agent-workflow-system
v1.12.1一套面向新手的 Codex 工作流系统,用于项目总控、学习引导、调试修复、漂移审计和阶段收尾。A beginner-friendly Codex workflow system with 7 collaborative skills for project management, learning, debugging, drift detection, and phase closeout. Bilingual (CN/EN).
By Codex 工作流系统License: MIT1.1k GitHub starsUpdated 12 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 6 skill or MCP entries
- Source updated
- Sep 23, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install agent-workflow-system for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add agent-workflow-system@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “agent-workflow-system” remain stable.
- Codex:
agent-workflow-system@agent-plugin-marketplace→agent-workflow-system@awesome-codex-plugins
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/1139030773-cmd/agent-workflow-system/.
Plugin files
├── .codex-plugin/plugin.json├── skills/agent-debug-fixer/SKILL.md├── skills/agent-drift-auditor/SKILL.md├── skills/agent-learning-coach/SKILL.md├── skills/agent-newbie-guide/SKILL.md├── skills/agent-phase-closeout/SKILL.md└── skills/agent-project-master/SKILL.md
Included Skills6
中文调试修复技能。用于报错、测试失败、页面异常、功能不符合预期、需要定位根因并做最小修复时。触发语包括"进入调试模式""帮我修问题""报错了""测试失败""页面坏了""找根因"。
中文漂移审计技能。用于项目或学习过程变乱、上下文漂移、任务分叉、多个方案冲突、命名不一致、Codex 可能顺手改多了时。触发语包括"漂移检查""感觉跑偏了""项目变乱了""检查是否失控""分叉太多""上下文漂移"。
中文学习教练技能。用于学习编程、英语、设计、产品、AI、数学或任何技能时,先诊断水平,再用讲解、练习、反馈、复习的循环推进。触发语包括"进入学习模式""我想学""带我练""帮我制定学习计划""像教练一样教我"。
中文新手引导技能。用于用户有模糊目标、不会拆任务、不知道如何开始使用 Codex、希望像游戏新手教程一样被一步步引导时。触发语包括"启动新手引导""我有个模糊目标""我不知道怎么开始""帮我把想法变成任务""像小白一样带我做"。
中文阶段收尾技能。用于完成一个阶段、准备开新对话、需要更新状态快照、冻结模块、整理已完成任务和下一步任务时。触发语包括"阶段收尾""帮我收工""准备开新对话""更新快照""冻结阶段""总结当前状态"。
中文项目总控技能。用于产品开发、软件项目、长期计划、任务拆分、阶段规划、项目真相源维护、多个任务防分叉管理。触发语包括"进入总控模式""帮我规划项目""拆任务""建立 PROJECT.md""管理任务队列""产品开发任务"。
Plugin manifests1
{
"name": "agent-workflow-system",
"version": "1.12.1",
"description": "一套面向新手的 Codex 工作流系统,用于项目总控、学习引导、调试修复、漂移审计和阶段收尾。A beginner-friendly Codex workflow system with 7 collaborative skills for project management, learning, debugging, drift detection, and phase closeout. Bilingual (CN/EN).",
"author": {
"name": "Codex 工作流系统"
},
"license": "MIT",
"homepage": "https://github.com/1139030773-cmd/agent-workflow-system",
"repository": "https://github.com/1139030773-cmd/agent-workflow-system",
"keywords": [
"codex",
"workflow",
"project-management",
"learning",
"debugging",
"chinese"
],
"skills": "./skills/",
"interface": {
"displayName": "Codex 工作流系统",
"shortDescription": "给新手用的中英双语项目、学习、调试和收尾引导系统。Bilingual workflow system for beginners.",
"longDescription": "一套中英双语 Codex 工作流插件,包含新手引导、项目总控、学习教练、调试修复、漂移审计和阶段收尾等技能,帮助用户从模糊想法自然进入可执行任务。A bilingual Codex workflow plugin with 7 skills: newbie guide, project master, learning coach, debug fixer, drift auditor, and phase closeout. Auto-detects language and adapts.",
"developerName": "Codex 工作流系统",
"category": "Productivity",
"capabilities": [
"Interactive",
"Planning",
"Write"
],
"defaultPrompt": [
"启动新手引导,把我的模糊目标变成任务。",
"进入总控模式,帮我管理这个项目。",
"做一次漂移检查,看看当前工作是否跑偏。",
"Start the newbie guide and help me plan my project.",
"Enter project master mode to manage my work.",
"Run a drift check on my current progress."
],
"brandColor": "#2563EB",
"websiteURL": "https://github.com/1139030773-cmd/agent-workflow-system",
"privacyPolicyURL": "https://docs.github.com/en/site-policy/privacy-policies/github-general-privacy-statement",
"termsOfServiceURL": "https://docs.github.com/en/site-policy/github-terms/github-terms-of-service",
"composerIcon": "./assets/composer-icon.svg",
"logo": "./assets/app-icon.png",
"screenshots": []
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[agent-workflow-system on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agent-workflow-system)