context-workflow
A file-driven project knowledge management workflow for Claude Code.
Skills
| Skill | Purpose |
|---|---|
context-wiki-init | Bootstrap AGENTS.md + context/ scaffold for a repo |
context-spec-workflow | Decompose requirements into executable tasks |
context-task-orchestrator | Coordinate worker subagents to execute tasks |
context-change-closeout | Sync stable docs and archive completed changes |
Workflow
context-wiki-init → context-spec-workflow → context-task-orchestrator → context-change-closeout
(初始化) (规划分解) (执行协调) (收尾归档)
Usage
1. Initialize a new project
/context-wiki-init
Scans the repo and creates AGENTS.md + context/ scaffold.
2. Start a new change
/context-spec-workflow
Decomposes a requirement into request.md, solution.md, tasks.md, and sprint tasks.
3. Execute tasks
/context-task-orchestrator
Dispatches worker subagents to execute decomposed tasks with review loops.
4. Close out a change
/context-change-closeout
Syncs stable specs, updates logs, and archives the completed change.
Context Directory Layout
context/
index.md # Navigation hub
log.md # Append-only timeline
project.md # Architecture & stack
rules.md # Execution rules
specs/ # Stable behavior (source of truth)
<domain>/spec.md
changes/ # Active work
<change-slug>/
request.md # Raw requirement
solution.md # Implementation approach
tasks.md # Task index
runtime/ # Execution state
sprints/ # Sprint tasks & reviews
archive/changes/ # Completed historical changes
Installation
Copy this directory to ~/.claude/plugins/context-workflow/ or install via Claude Code plugin marketplace.
License
MIT