@wlykan

Context Workflow

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

当前版本
v1.0.0
code-plugin社区source-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

源码与版本

源码仓库

inner

打开仓库

源码提交

inner

查看提交

安装命令

openclaw plugins install clawhub:openclaw-context-workflow

元数据

  • 包名: openclaw-context-workflow
  • 创建时间: 2026/05/14
  • 更新时间: 2026/05/14
  • 执行代码:
  • 源码标签: inner

兼容性

  • 构建于 OpenClaw: 2026.3.24-beta.2
  • 插件 API 范围: >=2026.3.24-beta.2
  • 标签: latest
  • 文件数: 23