@wlykan

Context Workflow

File-driven project knowledge management workflow: init → decompose → execute → closeout

Current version
v1.0.0
code-pluginCommunitysource-linked

context-workflow

A file-driven project knowledge management workflow for Claude Code.

Skills

SkillPurpose
context-wiki-initBootstrap AGENTS.md + context/ scaffold for a repo
context-spec-workflowDecompose requirements into executable tasks
context-task-orchestratorCoordinate worker subagents to execute tasks
context-change-closeoutSync 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

Source and release

Source repository

inner

Open repo

Source commit

inner

View commit

Install command

openclaw plugins install clawhub:openclaw-context-workflow

Metadata

  • Package: openclaw-context-workflow
  • Created: 2026/05/14
  • Updated: 2026/05/14
  • Executes code: Yes
  • Source tag: inner

Compatibility

  • Built with OpenClaw: 2026.3.24-beta.2
  • Plugin API range: >=2026.3.24-beta.2
  • Tags: latest
  • Files: 23