agileflow 2.99.1 → 2.99.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (116) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/lib/dashboard-server.js +16 -8
  3. package/lib/feedback.js +4 -3
  4. package/lib/merge-operations.js +17 -8
  5. package/lib/session-operations.js +13 -3
  6. package/lib/session-switching.js +6 -1
  7. package/package.json +1 -1
  8. package/scripts/agileflow-configure.js +2 -1
  9. package/scripts/agileflow-welcome.js +11 -6
  10. package/scripts/damage-control-bash.js +33 -3
  11. package/scripts/damage-control-edit.js +33 -3
  12. package/scripts/damage-control-write.js +33 -3
  13. package/scripts/lib/configure-features.js +4 -3
  14. package/scripts/lib/configure-repair.js +4 -3
  15. package/scripts/lib/process-cleanup.js +188 -10
  16. package/scripts/session-manager.js +108 -35
  17. package/src/core/agents/configuration/archival.md +2 -1
  18. package/src/core/agents/configuration/attribution.md +2 -1
  19. package/src/core/agents/configuration/ci.md +2 -1
  20. package/src/core/agents/configuration/damage-control.md +2 -1
  21. package/src/core/agents/configuration/git-config.md +2 -1
  22. package/src/core/agents/configuration/hooks.md +2 -1
  23. package/src/core/agents/configuration/precompact.md +2 -1
  24. package/src/core/agents/configuration/status-line.md +2 -1
  25. package/src/core/agents/configuration/verify.md +2 -1
  26. package/src/core/commands/adr/list.md +1 -1
  27. package/src/core/commands/adr/update.md +1 -1
  28. package/src/core/commands/adr/view.md +1 -1
  29. package/src/core/commands/adr.md +1 -1
  30. package/src/core/commands/agent.md +1 -1
  31. package/src/core/commands/api.md +1 -1
  32. package/src/core/commands/assign.md +1 -1
  33. package/src/core/commands/audit.md +1 -1
  34. package/src/core/commands/auto.md +1 -1
  35. package/src/core/commands/automate.md +1 -1
  36. package/src/core/commands/babysit.md +1 -1
  37. package/src/core/commands/baseline.md +1 -1
  38. package/src/core/commands/batch.md +1 -1
  39. package/src/core/commands/blockers.md +1 -1
  40. package/src/core/commands/board.md +1 -1
  41. package/src/core/commands/changelog.md +1 -1
  42. package/src/core/commands/choose.md +1 -1
  43. package/src/core/commands/ci.md +1 -1
  44. package/src/core/commands/compress.md +1 -1
  45. package/src/core/commands/configure.md +1 -1
  46. package/src/core/commands/context/export.md +1 -1
  47. package/src/core/commands/context/full.md +1 -1
  48. package/src/core/commands/context/note.md +1 -1
  49. package/src/core/commands/council.md +1 -1
  50. package/src/core/commands/debt.md +1 -1
  51. package/src/core/commands/deploy.md +1 -1
  52. package/src/core/commands/deps.md +1 -1
  53. package/src/core/commands/diagnose.md +1 -1
  54. package/src/core/commands/docs.md +1 -1
  55. package/src/core/commands/epic/list.md +1 -1
  56. package/src/core/commands/epic/view.md +1 -1
  57. package/src/core/commands/epic.md +1 -1
  58. package/src/core/commands/feedback.md +1 -1
  59. package/src/core/commands/handoff.md +1 -1
  60. package/src/core/commands/help.md +4 -190
  61. package/src/core/commands/ideate/history.md +1 -1
  62. package/src/core/commands/ideate/new.md +1 -1
  63. package/src/core/commands/impact.md +1 -1
  64. package/src/core/commands/install.md +1 -1
  65. package/src/core/commands/logic/audit.md +1 -1
  66. package/src/core/commands/maintain.md +1 -1
  67. package/src/core/commands/metrics.md +1 -1
  68. package/src/core/commands/multi-expert.md +1 -1
  69. package/src/core/commands/packages.md +1 -1
  70. package/src/core/commands/pr.md +1 -1
  71. package/src/core/commands/readme-sync.md +1 -1
  72. package/src/core/commands/research/analyze.md +1 -1
  73. package/src/core/commands/research/ask.md +1 -1
  74. package/src/core/commands/research/import.md +1 -1
  75. package/src/core/commands/research/list.md +1 -1
  76. package/src/core/commands/research/synthesize.md +1 -1
  77. package/src/core/commands/research/view.md +1 -1
  78. package/src/core/commands/retro.md +1 -1
  79. package/src/core/commands/review.md +1 -1
  80. package/src/core/commands/rlm.md +1 -1
  81. package/src/core/commands/roadmap/analyze.md +1 -1
  82. package/src/core/commands/rpi.md +1 -1
  83. package/src/core/commands/session/cleanup.md +1 -1
  84. package/src/core/commands/session/end.md +1 -1
  85. package/src/core/commands/session/history.md +1 -1
  86. package/src/core/commands/session/init.md +1 -1
  87. package/src/core/commands/session/new.md +1 -1
  88. package/src/core/commands/session/resume.md +1 -1
  89. package/src/core/commands/session/spawn.md +1 -1
  90. package/src/core/commands/session/status.md +1 -1
  91. package/src/core/commands/skill/create.md +1 -1
  92. package/src/core/commands/skill/delete.md +1 -1
  93. package/src/core/commands/skill/edit.md +1 -1
  94. package/src/core/commands/skill/list.md +1 -1
  95. package/src/core/commands/skill/test.md +1 -1
  96. package/src/core/commands/skill/upgrade.md +1 -1
  97. package/src/core/commands/sprint.md +1 -1
  98. package/src/core/commands/status.md +1 -1
  99. package/src/core/commands/story/list.md +1 -1
  100. package/src/core/commands/story/view.md +1 -1
  101. package/src/core/commands/story-validate.md +1 -1
  102. package/src/core/commands/story.md +1 -1
  103. package/src/core/commands/team/list.md +1 -1
  104. package/src/core/commands/team/start.md +1 -1
  105. package/src/core/commands/team/status.md +1 -1
  106. package/src/core/commands/team/stop.md +1 -1
  107. package/src/core/commands/template.md +1 -1
  108. package/src/core/commands/tests.md +1 -1
  109. package/src/core/commands/update.md +1 -1
  110. package/src/core/commands/validate-expertise.md +1 -1
  111. package/src/core/commands/velocity.md +1 -1
  112. package/src/core/commands/verify.md +1 -1
  113. package/src/core/commands/whats-new.md +1 -1
  114. package/src/core/commands/workflow.md +1 -1
  115. package/tools/cli/installers/ide/codex.js +12 -4
  116. package/tools/cli/lib/content-injector.js +23 -4
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: Display AgileFlow system overview and commands
3
- argument-hint: (no arguments)
3
+ argument-hint: "(no arguments)"
4
4
  type: output-only # Display command - generates output, not an ongoing task
5
5
  compact_context:
6
6
  priority: medium
@@ -8,69 +8,7 @@ compact_context:
8
8
  - "ACTIVE COMMAND: /agileflow:help - System guide (display-only, no file writes)"
9
9
  - "MUST output markdown (never writes files)"
10
10
  - "MUST show folder map, concepts, daily workflow, all commands"
11
- - "Include dynamic injection: Available commands (61 total):
12
- - `/agileflow:adr NUMBER=<number> TITLE=<text> CONTEXT=<text> DECISION=<text> CONSEQUENCES=<text> \[LINKS=<text>\]` - Create an Architecture Decision Record
13
- - `/agileflow:adr-list` - List all Architecture Decision Records
14
- - `/agileflow:adr-update NUMBER=<number> \[STATUS=<status>\] \[REASON=<text>\]` - Update ADR status or content
15
- - `/agileflow:adr-view NUMBER=<number>` - View ADR details with contextual actions
16
- - `/agileflow:agent AGENT\_ID=<id> ROLE=<text> \[TOOLS=<list>\] \[SCOPE=<list>\]` - Onboard a new agent with profile and contract
17
- - `/agileflow:assign STORY=<US\-ID> NEW\_OWNER=<id> \[NEW\_STATUS=<status>\] \[NOTE=<text>\]` - Assign or reassign a story to an owner
18
- - `/agileflow:audit STORY=<US\-ID>` - Audit story completion \- tests \+ acceptance criteria verification \(GSD pattern\)
19
- - `/agileflow:auto SOURCE=<path\|url> \[EPIC=<EP\-ID>\] \[OWNER=<id>\] \[AUTO\_CREATE=true\|false\]` - Auto\-generate stories from PRDs, mockups, or specs
20
- - `/agileflow:baseline` - Mark current state as verified baseline
21
- - `/agileflow:batch <operation> <pattern> \[<action>\]` - Process multiple items with functional patterns \(map/pmap/filter/reduce\)
22
- - `/agileflow:changelog \(no arguments\)` - Auto\-generate changelog from commit history
23
- - `/agileflow:choose <decision> \[<context>\]` - AI\-directed decision making with structured options
24
- - `/agileflow:ci \(no arguments\)` - Bootstrap CI/CD workflow with testing and quality checks
25
- - `/agileflow:council <question> \[--mode parallel\|debate\] \[--rounds N\]` - Convene AI Council for strategic decisions with three perspectives \(Optimist, Advocate, Analyst\)
26
- - `/agileflow:compress \(no arguments\)` - Compress status\.json by removing verbose fields and keeping only tracking metadata
27
- - `/agileflow:context-export \(no arguments\)` - Export concise context excerpt for web AI tools
28
- - `/agileflow:context-full \(no arguments\)` - Generate/refresh full context brief for web AI tools
29
- - `/agileflow:context-note NOTE=<text>` - Add timestamped note to context file
30
- - `/agileflow:debt \(no arguments\)` - Track and prioritize technical debt items
31
- - `/agileflow:deploy \(no arguments\)` - Set up automated deployment pipeline
32
- - `/agileflow:diagnose \(no arguments\)` - System health diagnostics
33
- - `/agileflow:epic EPIC=<EP\-ID> TITLE=<text> OWNER=<id> GOAL=<text> \[STORIES=<list>\] \[RESEARCH=<file>\]` - Create a new epic with stories
34
- - `/agileflow:epic-list` - List all epics with status and progress
35
- - `/agileflow:epic-view EPIC=<EP\-ID>` - View epic details with stories and contextual actions
36
- - `/agileflow:feedback \(no arguments\)` - Collect and process agent feedback
37
- - `/agileflow:handoff STORY=<US\-ID> FROM=<id> TO=<id> \[SUMMARY=<text>\] \[BLOCKERS=<list>\]` - Document work handoff between agents
38
- - `/agileflow:help \(no arguments\)` - Display AgileFlow system overview and commands
39
- - `/agileflow:multi-expert <question>` - Deploy multiple domain experts on the same problem for higher confidence
40
- - `/agileflow:packages \(no arguments\)` - Manage dependencies with updates and security audits
41
- - `/agileflow:pr STORY=<US\-ID> \[TITLE=<text>\] \[TEST\_EVIDENCE=<text>\]` - Generate pull request description from story
42
- - `/agileflow:readme-sync FOLDER=<path>\|all` - Synchronize a folder's README\.md with its current contents
43
- - `/agileflow:research-analyze` - Analyze existing research for implementation in your project
44
- - `/agileflow:research-ask TOPIC=<text> \[DETAILS=<text>\] \[ERROR=<text>\]` - Generate detailed research prompt for web AI tools \(ChatGPT, Perplexity, etc\.\)
45
- - `/agileflow:research-import TOPIC=<text> \[CONTENT=<text>\] \[SOURCE=<url>\]` - Import research results and save to research folder
46
- - `/agileflow:research-list \(no arguments\)` - Show research notes index
47
- - `/agileflow:research-view FILE=<filename>` - Read a specific research note
48
- - `/agileflow:rlm DOCUMENT=<path> QUERY=<text> \[MAX\_ITERATIONS=<number>\] \[DEPTH=<number>\]` - Analyze complex documents using RLM \(Recursive Language Models\) pattern
49
- - `/agileflow:session-cleanup \(no arguments\)` - Interactive session cleanup with AI assessment
50
- - `/agileflow:session-end \(no arguments\)` - Cleanly end session with optional merge to main
51
- - `/agileflow:session-history` - View past session history and metrics
52
- - `/agileflow:session-init \(no arguments\)` - Initialize session harness with test verification
53
- - `/agileflow:session-new \(no arguments\)` - Create a new parallel session with git worktree
54
- - `/agileflow:session-resume \(no arguments\)` - Pick a session to switch to or resume
55
- - `/agileflow:session-spawn` - Spawn multiple parallel Claude Code sessions in git worktrees
56
- - `/agileflow:session-status` - View current session state and activity
57
- - `/agileflow:skill-create` - Generate a custom skill with web research, cookbook pattern, and MCP integration
58
- - `/agileflow:skill-delete` - Remove an installed skill from \.claude/skills/
59
- - `/agileflow:skill-edit` - Edit an existing skill's SKILL\.md, cookbook entries, or references
60
- - `/agileflow:skill-list \(no arguments\)` - List all installed skills with their descriptions and status
61
- - `/agileflow:skill-test` - Verify a skill works correctly by testing its activation and functionality
62
- - `/agileflow:skill-upgrade` - Upgrade existing skills with self\-improving learning capability
63
- - `/agileflow:status STORY=<US\-ID> STATUS=<status> \[SUMMARY=<text>\] \[PR=<url>\] \[TO=<agent\-id>\]` - Update story status and progress
64
- - `/agileflow:story EPIC=<EP\-ID> STORY=<US\-ID> TITLE=<text> OWNER=<id> \[ESTIMATE=<pts>\] \[AC=<list>\] \[TDD=true\]` - Create a user story with acceptance criteria
65
- - `/agileflow:story-validate STORY=<US\-ID>` - Validate story completeness before development
66
- - `/agileflow:story-view STORY=<US\-ID>` - View story details with contextual actions
67
- - `/agileflow:template ACTION=create\|edit\|list\|use \[TYPE=story\|epic\|adr\|custom\] \[NAME=<name>\]` - Create and manage custom document templates
68
- - `/agileflow:tests \(no arguments\)` - Set up automated testing infrastructure
69
- - `/agileflow:validate-expertise` - Validate expertise files for drift and staleness
70
- - `/agileflow:verify` - Run project tests and update story test status
71
- - `/agileflow:whats-new \(no arguments\)` - Show what's new in AgileFlow
72
- - `/agileflow:workflow <template> \[<arguments>\]` - Define and run parameterized workflow templates
73
- "
11
+ - "Include dynamic command list in the output section"
74
12
  state_fields:
75
13
  - display_mode
76
14
  ---
@@ -123,69 +61,7 @@ Output includes:
123
61
  - Daily flow: Pick story → Implement to AC → Tests → PR → Update status
124
62
  - WIP limit: max 2 stories/agent
125
63
  - All available commands with examples
126
- - Dynamic injection: Available commands (61 total):
127
- - `/agileflow:adr NUMBER=<number> TITLE=<text> CONTEXT=<text> DECISION=<text> CONSEQUENCES=<text> \[LINKS=<text>\]` - Create an Architecture Decision Record
128
- - `/agileflow:adr-list` - List all Architecture Decision Records
129
- - `/agileflow:adr-update NUMBER=<number> \[STATUS=<status>\] \[REASON=<text>\]` - Update ADR status or content
130
- - `/agileflow:adr-view NUMBER=<number>` - View ADR details with contextual actions
131
- - `/agileflow:agent AGENT\_ID=<id> ROLE=<text> \[TOOLS=<list>\] \[SCOPE=<list>\]` - Onboard a new agent with profile and contract
132
- - `/agileflow:assign STORY=<US\-ID> NEW\_OWNER=<id> \[NEW\_STATUS=<status>\] \[NOTE=<text>\]` - Assign or reassign a story to an owner
133
- - `/agileflow:audit STORY=<US\-ID>` - Audit story completion \- tests \+ acceptance criteria verification \(GSD pattern\)
134
- - `/agileflow:auto SOURCE=<path\|url> \[EPIC=<EP\-ID>\] \[OWNER=<id>\] \[AUTO\_CREATE=true\|false\]` - Auto\-generate stories from PRDs, mockups, or specs
135
- - `/agileflow:baseline` - Mark current state as verified baseline
136
- - `/agileflow:batch <operation> <pattern> \[<action>\]` - Process multiple items with functional patterns \(map/pmap/filter/reduce\)
137
- - `/agileflow:changelog \(no arguments\)` - Auto\-generate changelog from commit history
138
- - `/agileflow:choose <decision> \[<context>\]` - AI\-directed decision making with structured options
139
- - `/agileflow:ci \(no arguments\)` - Bootstrap CI/CD workflow with testing and quality checks
140
- - `/agileflow:council <question> \[--mode parallel\|debate\] \[--rounds N\]` - Convene AI Council for strategic decisions with three perspectives \(Optimist, Advocate, Analyst\)
141
- - `/agileflow:compress \(no arguments\)` - Compress status\.json by removing verbose fields and keeping only tracking metadata
142
- - `/agileflow:context-export \(no arguments\)` - Export concise context excerpt for web AI tools
143
- - `/agileflow:context-full \(no arguments\)` - Generate/refresh full context brief for web AI tools
144
- - `/agileflow:context-note NOTE=<text>` - Add timestamped note to context file
145
- - `/agileflow:debt \(no arguments\)` - Track and prioritize technical debt items
146
- - `/agileflow:deploy \(no arguments\)` - Set up automated deployment pipeline
147
- - `/agileflow:diagnose \(no arguments\)` - System health diagnostics
148
- - `/agileflow:epic EPIC=<EP\-ID> TITLE=<text> OWNER=<id> GOAL=<text> \[STORIES=<list>\] \[RESEARCH=<file>\]` - Create a new epic with stories
149
- - `/agileflow:epic-list` - List all epics with status and progress
150
- - `/agileflow:epic-view EPIC=<EP\-ID>` - View epic details with stories and contextual actions
151
- - `/agileflow:feedback \(no arguments\)` - Collect and process agent feedback
152
- - `/agileflow:handoff STORY=<US\-ID> FROM=<id> TO=<id> \[SUMMARY=<text>\] \[BLOCKERS=<list>\]` - Document work handoff between agents
153
- - `/agileflow:help \(no arguments\)` - Display AgileFlow system overview and commands
154
- - `/agileflow:multi-expert <question>` - Deploy multiple domain experts on the same problem for higher confidence
155
- - `/agileflow:packages \(no arguments\)` - Manage dependencies with updates and security audits
156
- - `/agileflow:pr STORY=<US\-ID> \[TITLE=<text>\] \[TEST\_EVIDENCE=<text>\]` - Generate pull request description from story
157
- - `/agileflow:readme-sync FOLDER=<path>\|all` - Synchronize a folder's README\.md with its current contents
158
- - `/agileflow:research-analyze` - Analyze existing research for implementation in your project
159
- - `/agileflow:research-ask TOPIC=<text> \[DETAILS=<text>\] \[ERROR=<text>\]` - Generate detailed research prompt for web AI tools \(ChatGPT, Perplexity, etc\.\)
160
- - `/agileflow:research-import TOPIC=<text> \[CONTENT=<text>\] \[SOURCE=<url>\]` - Import research results and save to research folder
161
- - `/agileflow:research-list \(no arguments\)` - Show research notes index
162
- - `/agileflow:research-view FILE=<filename>` - Read a specific research note
163
- - `/agileflow:rlm DOCUMENT=<path> QUERY=<text> \[MAX\_ITERATIONS=<number>\] \[DEPTH=<number>\]` - Analyze complex documents using RLM \(Recursive Language Models\) pattern
164
- - `/agileflow:session-cleanup \(no arguments\)` - Interactive session cleanup with AI assessment
165
- - `/agileflow:session-end \(no arguments\)` - Cleanly end session with optional merge to main
166
- - `/agileflow:session-history` - View past session history and metrics
167
- - `/agileflow:session-init \(no arguments\)` - Initialize session harness with test verification
168
- - `/agileflow:session-new \(no arguments\)` - Create a new parallel session with git worktree
169
- - `/agileflow:session-resume \(no arguments\)` - Pick a session to switch to or resume
170
- - `/agileflow:session-spawn` - Spawn multiple parallel Claude Code sessions in git worktrees
171
- - `/agileflow:session-status` - View current session state and activity
172
- - `/agileflow:skill-create` - Generate a custom skill with web research, cookbook pattern, and MCP integration
173
- - `/agileflow:skill-delete` - Remove an installed skill from \.claude/skills/
174
- - `/agileflow:skill-edit` - Edit an existing skill's SKILL\.md, cookbook entries, or references
175
- - `/agileflow:skill-list \(no arguments\)` - List all installed skills with their descriptions and status
176
- - `/agileflow:skill-test` - Verify a skill works correctly by testing its activation and functionality
177
- - `/agileflow:skill-upgrade` - Upgrade existing skills with self\-improving learning capability
178
- - `/agileflow:status STORY=<US\-ID> STATUS=<status> \[SUMMARY=<text>\] \[PR=<url>\] \[TO=<agent\-id>\]` - Update story status and progress
179
- - `/agileflow:story EPIC=<EP\-ID> STORY=<US\-ID> TITLE=<text> OWNER=<id> \[ESTIMATE=<pts>\] \[AC=<list>\] \[TDD=true\]` - Create a user story with acceptance criteria
180
- - `/agileflow:story-validate STORY=<US\-ID>` - Validate story completeness before development
181
- - `/agileflow:story-view STORY=<US\-ID>` - View story details with contextual actions
182
- - `/agileflow:template ACTION=create\|edit\|list\|use \[TYPE=story\|epic\|adr\|custom\] \[NAME=<name>\]` - Create and manage custom document templates
183
- - `/agileflow:tests \(no arguments\)` - Set up automated testing infrastructure
184
- - `/agileflow:validate-expertise` - Validate expertise files for drift and staleness
185
- - `/agileflow:verify` - Run project tests and update story test status
186
- - `/agileflow:whats-new \(no arguments\)` - Show what's new in AgileFlow
187
- - `/agileflow:workflow <template> \[<arguments>\]` - Define and run parameterized workflow templates
188
-
64
+ - Dynamic injection: <!-- {{COMMAND_LIST}} -->
189
65
 
190
66
  - **Related**: All AgileFlow commands, system documentation
191
67
  <!-- COMPACT_SUMMARY_END -->
@@ -213,69 +89,7 @@ Print a concise, one-screen overview:
213
89
  - WIP limit: max 2 stories/agent
214
90
  - List ALL available commands with one-line examples
215
91
 
216
- Available commands (61 total):
217
- - `/agileflow:adr NUMBER=<number> TITLE=<text> CONTEXT=<text> DECISION=<text> CONSEQUENCES=<text> \[LINKS=<text>\]` - Create an Architecture Decision Record
218
- - `/agileflow:adr-list` - List all Architecture Decision Records
219
- - `/agileflow:adr-update NUMBER=<number> \[STATUS=<status>\] \[REASON=<text>\]` - Update ADR status or content
220
- - `/agileflow:adr-view NUMBER=<number>` - View ADR details with contextual actions
221
- - `/agileflow:agent AGENT\_ID=<id> ROLE=<text> \[TOOLS=<list>\] \[SCOPE=<list>\]` - Onboard a new agent with profile and contract
222
- - `/agileflow:assign STORY=<US\-ID> NEW\_OWNER=<id> \[NEW\_STATUS=<status>\] \[NOTE=<text>\]` - Assign or reassign a story to an owner
223
- - `/agileflow:audit STORY=<US\-ID>` - Audit story completion \- tests \+ acceptance criteria verification \(GSD pattern\)
224
- - `/agileflow:auto SOURCE=<path\|url> \[EPIC=<EP\-ID>\] \[OWNER=<id>\] \[AUTO\_CREATE=true\|false\]` - Auto\-generate stories from PRDs, mockups, or specs
225
- - `/agileflow:baseline` - Mark current state as verified baseline
226
- - `/agileflow:batch <operation> <pattern> \[<action>\]` - Process multiple items with functional patterns \(map/pmap/filter/reduce\)
227
- - `/agileflow:changelog \(no arguments\)` - Auto\-generate changelog from commit history
228
- - `/agileflow:choose <decision> \[<context>\]` - AI\-directed decision making with structured options
229
- - `/agileflow:ci \(no arguments\)` - Bootstrap CI/CD workflow with testing and quality checks
230
- - `/agileflow:council <question> \[--mode parallel\|debate\] \[--rounds N\]` - Convene AI Council for strategic decisions with three perspectives \(Optimist, Advocate, Analyst\)
231
- - `/agileflow:compress \(no arguments\)` - Compress status\.json by removing verbose fields and keeping only tracking metadata
232
- - `/agileflow:context-export \(no arguments\)` - Export concise context excerpt for web AI tools
233
- - `/agileflow:context-full \(no arguments\)` - Generate/refresh full context brief for web AI tools
234
- - `/agileflow:context-note NOTE=<text>` - Add timestamped note to context file
235
- - `/agileflow:debt \(no arguments\)` - Track and prioritize technical debt items
236
- - `/agileflow:deploy \(no arguments\)` - Set up automated deployment pipeline
237
- - `/agileflow:diagnose \(no arguments\)` - System health diagnostics
238
- - `/agileflow:epic EPIC=<EP\-ID> TITLE=<text> OWNER=<id> GOAL=<text> \[STORIES=<list>\] \[RESEARCH=<file>\]` - Create a new epic with stories
239
- - `/agileflow:epic-list` - List all epics with status and progress
240
- - `/agileflow:epic-view EPIC=<EP\-ID>` - View epic details with stories and contextual actions
241
- - `/agileflow:feedback \(no arguments\)` - Collect and process agent feedback
242
- - `/agileflow:handoff STORY=<US\-ID> FROM=<id> TO=<id> \[SUMMARY=<text>\] \[BLOCKERS=<list>\]` - Document work handoff between agents
243
- - `/agileflow:help \(no arguments\)` - Display AgileFlow system overview and commands
244
- - `/agileflow:multi-expert <question>` - Deploy multiple domain experts on the same problem for higher confidence
245
- - `/agileflow:packages \(no arguments\)` - Manage dependencies with updates and security audits
246
- - `/agileflow:pr STORY=<US\-ID> \[TITLE=<text>\] \[TEST\_EVIDENCE=<text>\]` - Generate pull request description from story
247
- - `/agileflow:readme-sync FOLDER=<path>\|all` - Synchronize a folder's README\.md with its current contents
248
- - `/agileflow:research-analyze` - Analyze existing research for implementation in your project
249
- - `/agileflow:research-ask TOPIC=<text> \[DETAILS=<text>\] \[ERROR=<text>\]` - Generate detailed research prompt for web AI tools \(ChatGPT, Perplexity, etc\.\)
250
- - `/agileflow:research-import TOPIC=<text> \[CONTENT=<text>\] \[SOURCE=<url>\]` - Import research results and save to research folder
251
- - `/agileflow:research-list \(no arguments\)` - Show research notes index
252
- - `/agileflow:research-view FILE=<filename>` - Read a specific research note
253
- - `/agileflow:rlm DOCUMENT=<path> QUERY=<text> \[MAX\_ITERATIONS=<number>\] \[DEPTH=<number>\]` - Analyze complex documents using RLM \(Recursive Language Models\) pattern
254
- - `/agileflow:session-cleanup \(no arguments\)` - Interactive session cleanup with AI assessment
255
- - `/agileflow:session-end \(no arguments\)` - Cleanly end session with optional merge to main
256
- - `/agileflow:session-history` - View past session history and metrics
257
- - `/agileflow:session-init \(no arguments\)` - Initialize session harness with test verification
258
- - `/agileflow:session-new \(no arguments\)` - Create a new parallel session with git worktree
259
- - `/agileflow:session-resume \(no arguments\)` - Pick a session to switch to or resume
260
- - `/agileflow:session-spawn` - Spawn multiple parallel Claude Code sessions in git worktrees
261
- - `/agileflow:session-status` - View current session state and activity
262
- - `/agileflow:skill-create` - Generate a custom skill with web research, cookbook pattern, and MCP integration
263
- - `/agileflow:skill-delete` - Remove an installed skill from \.claude/skills/
264
- - `/agileflow:skill-edit` - Edit an existing skill's SKILL\.md, cookbook entries, or references
265
- - `/agileflow:skill-list \(no arguments\)` - List all installed skills with their descriptions and status
266
- - `/agileflow:skill-test` - Verify a skill works correctly by testing its activation and functionality
267
- - `/agileflow:skill-upgrade` - Upgrade existing skills with self\-improving learning capability
268
- - `/agileflow:status STORY=<US\-ID> STATUS=<status> \[SUMMARY=<text>\] \[PR=<url>\] \[TO=<agent\-id>\]` - Update story status and progress
269
- - `/agileflow:story EPIC=<EP\-ID> STORY=<US\-ID> TITLE=<text> OWNER=<id> \[ESTIMATE=<pts>\] \[AC=<list>\] \[TDD=true\]` - Create a user story with acceptance criteria
270
- - `/agileflow:story-validate STORY=<US\-ID>` - Validate story completeness before development
271
- - `/agileflow:story-view STORY=<US\-ID>` - View story details with contextual actions
272
- - `/agileflow:template ACTION=create\|edit\|list\|use \[TYPE=story\|epic\|adr\|custom\] \[NAME=<name>\]` - Create and manage custom document templates
273
- - `/agileflow:tests \(no arguments\)` - Set up automated testing infrastructure
274
- - `/agileflow:validate-expertise` - Validate expertise files for drift and staleness
275
- - `/agileflow:verify` - Run project tests and update story test status
276
- - `/agileflow:whats-new \(no arguments\)` - Show what's new in AgileFlow
277
- - `/agileflow:workflow <template> \[<arguments>\]` - Define and run parameterized workflow templates
278
-
92
+ <!-- {{COMMAND_LIST}} -->
279
93
 
280
94
  OUTPUT: plain markdown only (no file writes)
281
95
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: Query ideation history and idea status
3
- argument-hint: [IDEA-XXXX] [STATUS=pending|in-progress|implemented|recurring] [MODE=trends] [COMPARE=report1,report2]
3
+ argument-hint: "[IDEA-XXXX] [STATUS=pending|in-progress|implemented|recurring] [MODE=trends] [COMPARE=report1,report2]"
4
4
  compact_context:
5
5
  priority: medium
6
6
  preserve_rules:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: Generate categorized improvement ideas using multi-expert analysis
3
- argument-hint: [SCOPE=all|security|perf|code|ux] [DEPTH=quick|deep|ultradeep] [OUTPUT=report|stories|both] [HISTORY=true|false] [FOCUS=IDEA-XXXX]
3
+ argument-hint: "[SCOPE=all|security|perf|code|ux] [DEPTH=quick|deep|ultradeep] [OUTPUT=report|stories|both] [HISTORY=true|false] [FOCUS=IDEA-XXXX]"
4
4
  compact_context:
5
5
  priority: high
6
6
  preserve_rules:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: Analyze change impact across codebase
3
- argument-hint: [FILES=<paths>] [BASE=<branch>] [RUN_TESTS=true|false]
3
+ argument-hint: "[FILES=<paths>] [BASE=<branch>] [RUN_TESTS=true|false]"
4
4
  compact_context:
5
5
  priority: high
6
6
  preserve_rules:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: Post-install validation
3
- argument-hint: (no arguments)
3
+ argument-hint: "(no arguments)"
4
4
  compact_context:
5
5
  priority: high
6
6
  preserve_rules:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: Multi-agent logic analysis with consensus voting for finding logic bugs
3
- argument-hint: [file|directory] [DEPTH=quick|deep] [FOCUS=edge|invariant|flow|type|race|all]
3
+ argument-hint: "[file|directory] [DEPTH=quick|deep] [FOCUS=edge|invariant|flow|type|race|all]"
4
4
  compact_context:
5
5
  priority: high
6
6
  preserve_rules:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: Periodic maintenance
3
- argument-hint: (no arguments)
3
+ argument-hint: "(no arguments)"
4
4
  compact_context:
5
5
  priority: high
6
6
  preserve_rules:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: Analytics dashboard with cycle time and throughput
3
- argument-hint: [TIMEFRAME=7d|30d|90d|all] [EPIC=<EP-ID>] [OWNER=<id>] [FORMAT=ascii|json|csv] [METRIC=cycle-time|lead-time|throughput|all]
3
+ argument-hint: "[TIMEFRAME=7d|30d|90d|all] [EPIC=<EP-ID>] [OWNER=<id>] [FORMAT=ascii|json|csv] [METRIC=cycle-time|lead-time|throughput|all]"
4
4
  model: haiku
5
5
  type: output-only # Analytics display - read-only, not an ongoing task
6
6
  compact_context:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: Deploy multiple domain experts on the same problem for higher confidence
3
- argument-hint: <question>
3
+ argument-hint: "<question>"
4
4
  compact_context:
5
5
  priority: high
6
6
  preserve_rules:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: Manage dependencies with updates and security audits
3
- argument-hint: (no arguments)
3
+ argument-hint: "(no arguments)"
4
4
  compact_context:
5
5
  priority: high
6
6
  preserve_rules:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: Generate pull request description from story
3
- argument-hint: STORY=<US-ID> [TITLE=<text>] [TEST_EVIDENCE=<text>]
3
+ argument-hint: "STORY=<US-ID> [TITLE=<text>] [TEST_EVIDENCE=<text>]"
4
4
  compact_context:
5
5
  priority: high
6
6
  preserve_rules:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: Synchronize a folder's README.md with its current contents
3
- argument-hint: FOLDER=<path>|all
3
+ argument-hint: "FOLDER=<path>|all"
4
4
  compact_context:
5
5
  priority: medium
6
6
  preserve_rules:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: Analyze existing research for implementation in your project
3
- argument-hint: [FILE=<filename>]
3
+ argument-hint: "[FILE=<filename>]"
4
4
  compact_context:
5
5
  priority: high
6
6
  preserve_rules:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: Generate detailed research prompt for web AI tools (ChatGPT, Perplexity, etc.)
3
- argument-hint: TOPIC=<text> [DETAILS=<text>] [ERROR=<text>]
3
+ argument-hint: "TOPIC=<text> [DETAILS=<text>] [ERROR=<text>]"
4
4
  type: output-only # This command generates output for user to copy - not an ongoing task
5
5
  compact_context:
6
6
  priority: critical
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: Import research results and save to research folder
3
- argument-hint: TOPIC=<text> [CONTENT=<text>] [SOURCE=<url>]
3
+ argument-hint: "TOPIC=<text> [CONTENT=<text>] [SOURCE=<url>]"
4
4
  compact_context:
5
5
  priority: critical
6
6
  preserve_rules:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: Show research notes index
3
- argument-hint: (no arguments)
3
+ argument-hint: "(no arguments)"
4
4
  type: output-only # This command displays output - not an ongoing task
5
5
  compact_context:
6
6
  priority: medium
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: Synthesize insights across multiple research files
3
- argument-hint: [TOPIC=<text>] [FILES=<list>]
3
+ argument-hint: "[TOPIC=<text>] [FILES=<list>]"
4
4
  compact_context:
5
5
  priority: high
6
6
  preserve_rules:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: Read a specific research note
3
- argument-hint: FILE=<filename>
3
+ argument-hint: "FILE=<filename>"
4
4
  type: output-only # This command displays output - not an ongoing task
5
5
  compact_context:
6
6
  priority: medium
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: Generate retrospective with Start/Stop/Continue format
3
- argument-hint: [TIMEFRAME=sprint|2weeks|30d|90d] [EPIC=<EP-ID>] [FORMAT=ascii|markdown|html] [SAVE=true|false]
3
+ argument-hint: "[TIMEFRAME=sprint|2weeks|30d|90d] [EPIC=<EP-ID>] [FORMAT=ascii|markdown|html] [SAVE=true|false]"
4
4
  model: haiku
5
5
  compact_context:
6
6
  priority: medium
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: AI-powered code review with quality suggestions
3
- argument-hint: [BRANCH=<name>] [BASE=<branch>] [FOCUS=all|security|performance|style]
3
+ argument-hint: "[BRANCH=<name>] [BASE=<branch>] [FOCUS=all|security|performance|style]"
4
4
  compact_context:
5
5
  priority: critical
6
6
  preserve_rules:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: Analyze complex documents using RLM (Recursive Language Models) pattern
3
- argument-hint: DOCUMENT=<path> QUERY=<text> [MAX_ITERATIONS=<number>] [DEPTH=<number>]
3
+ argument-hint: "DOCUMENT=<path> QUERY=<text> [MAX_ITERATIONS=<number>] [DEPTH=<number>]"
4
4
  compact_context:
5
5
  priority: high
6
6
  preserve_rules:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: Automated competitor analysis with feature gap identification
3
- argument-hint: [COMPETITORS=<text>] [FOCUS=all|features|security|perf|ux] [OUTPUT=matrix|report|stories]
3
+ argument-hint: "[COMPETITORS=<text>] [FOCUS=all|features|security|perf|ux] [OUTPUT=matrix|report|stories]"
4
4
  compact_context:
5
5
  priority: high
6
6
  preserve_rules:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: Orchestrate Research-Plan-Implement workflow with explicit phase transitions
3
- argument-hint: [TASK=<text>] [PHASE=research|plan|implement] [SKIP_RESEARCH=true|false]
3
+ argument-hint: "[TASK=<text>] [PHASE=research|plan|implement] [SKIP_RESEARCH=true|false]"
4
4
  compact_context:
5
5
  priority: critical
6
6
  preserve_rules:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: Interactive session cleanup with AI assessment
3
- argument-hint: (no arguments)
3
+ argument-hint: "(no arguments)"
4
4
  compact_context:
5
5
  priority: high
6
6
  preserve_rules:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: Cleanly end session with optional merge to main
3
- argument-hint: (no arguments)
3
+ argument-hint: "(no arguments)"
4
4
  compact_context:
5
5
  priority: high
6
6
  preserve_rules:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: View past session history and metrics
3
- argument-hint: [DAYS=7|30|90|all]
3
+ argument-hint: "[DAYS=7|30|90|all]"
4
4
  compact_context:
5
5
  priority: medium
6
6
  preserve_rules:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: Initialize session harness with test verification
3
- argument-hint: (no arguments)
3
+ argument-hint: "(no arguments)"
4
4
  compact_context:
5
5
  priority: high
6
6
  preserve_rules:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: Create a new parallel session with git worktree
3
- argument-hint: (no arguments)
3
+ argument-hint: "(no arguments)"
4
4
  compact_context:
5
5
  priority: high
6
6
  preserve_rules:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: Pick a session to switch to or resume
3
- argument-hint: (no arguments)
3
+ argument-hint: "(no arguments)"
4
4
  compact_context:
5
5
  priority: high
6
6
  preserve_rules:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: Spawn multiple parallel Claude Code sessions in git worktrees
3
- argument-hint: [--count N | --branches a,b,c | --from-epic EP-XXX]
3
+ argument-hint: "[--count N | --branches a,b,c | --from-epic EP-XXX]"
4
4
  compact_context:
5
5
  priority: high
6
6
  preserve_rules:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: View current session state and activity
3
- argument-hint: [--kanban]
3
+ argument-hint: "[--kanban]"
4
4
  compact_context:
5
5
  priority: medium
6
6
  preserve_rules:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: Generate a custom skill with web research, cookbook pattern, and MCP integration
3
- argument-hint: [<name>]
3
+ argument-hint: "[<name>]"
4
4
  compact_context:
5
5
  priority: high
6
6
  preserve_rules:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: Remove an installed skill from .claude/skills/
3
- argument-hint: [<name>]
3
+ argument-hint: "[<name>]"
4
4
  compact_context:
5
5
  priority: medium
6
6
  preserve_rules:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: Edit an existing skill's SKILL.md, cookbook entries, or references
3
- argument-hint: [<name>]
3
+ argument-hint: "[<name>]"
4
4
  compact_context:
5
5
  priority: medium
6
6
  preserve_rules:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: List all installed skills with their descriptions and status
3
- argument-hint: (no arguments)
3
+ argument-hint: "(no arguments)"
4
4
  compact_context:
5
5
  priority: medium
6
6
  preserve_rules:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: Verify a skill works correctly by testing its activation and functionality
3
- argument-hint: [<name>]
3
+ argument-hint: "[<name>]"
4
4
  compact_context:
5
5
  priority: medium
6
6
  preserve_rules:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: Upgrade existing skills with self-improving learning capability
3
- argument-hint: [<name>]
3
+ argument-hint: "[<name>]"
4
4
  compact_context:
5
5
  priority: medium
6
6
  preserve_rules:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: Data-driven sprint planning with velocity forecasting
3
- argument-hint: [SPRINT=<id>] [DURATION=<number>] [AGENTS=<list>] [MODE=suggest|commit] [FOCUS_EPIC=<EP-ID>]
3
+ argument-hint: "[SPRINT=<id>] [DURATION=<number>] [AGENTS=<list>] [MODE=suggest|commit] [FOCUS_EPIC=<EP-ID>]"
4
4
  model: haiku
5
5
  compact_context:
6
6
  priority: critical
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: Update story status and progress
3
- argument-hint: STORY=<US-ID> STATUS=<status> [SUMMARY=<text>] [PR=<url>] [TO=<agent-id>]
3
+ argument-hint: "STORY=<US-ID> STATUS=<status> [SUMMARY=<text>] [PR=<url>] [TO=<agent-id>]"
4
4
  compact_context:
5
5
  priority: high
6
6
  preserve_rules:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: List all stories with status and filters
3
- argument-hint: [EPIC=<EP-ID>] [STATUS=<status>] [OWNER=<id>]
3
+ argument-hint: "[EPIC=<EP-ID>] [STATUS=<status>] [OWNER=<id>]"
4
4
  compact_context:
5
5
  priority: medium
6
6
  preserve_rules:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: View story details with contextual actions
3
- argument-hint: STORY=<US-ID>
3
+ argument-hint: "STORY=<US-ID>"
4
4
  compact_context:
5
5
  priority: medium
6
6
  preserve_rules:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: Validate story completeness before development
3
- argument-hint: STORY=<US-ID>
3
+ argument-hint: "STORY=<US-ID>"
4
4
  compact_context:
5
5
  priority: high
6
6
  preserve_rules:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: Create a user story with acceptance criteria
3
- argument-hint: EPIC=<EP-ID> STORY=<US-ID> TITLE=<text> OWNER=<id> [ESTIMATE=<pts>] [AC=<list>] [TDD=true]
3
+ argument-hint: "EPIC=<EP-ID> STORY=<US-ID> TITLE=<text> OWNER=<id> [ESTIMATE=<pts>] [AC=<list>] [TDD=true]"
4
4
  compact_context:
5
5
  priority: high
6
6
  preserve_rules:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: List available team templates
3
- argument-hint: (no arguments)
3
+ argument-hint: "(no arguments)"
4
4
  compact_context:
5
5
  priority: low
6
6
  preserve_rules: