context4ai/workflow

A Claude Code plugin for knowledge-graph-driven development (KGDD). PRD and Plan as structured Node/Edge/Fact graphs, enabling AI Agents to work with full spec traceability — from user stories to source code — with automated review, multi-Agent execution, testing, visualization, and a built-in design system.

4Stars on the repository
11Mods indexed here, across every type
4mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

design

01

context4ai/workflow

Skill Claude CodeCodex

Frontend page design system guide. Auto-loads C4A design tokens, component specs, and page templates when developing frontend pages. Includes layout structure references, component selection trees, and key design rules.

4 4mo ago A 42 tokens original MIT

fix-plan

02

context4ai/workflow

Skill Claude CodeCodex

Fix issues identified by /review. Handles 11 repair categories (spec gaps, logic conflicts, Node gaps, dependency cycles, etc.) with strict Fact change rules and spec ID immutability.

4 4mo ago A 42 tokens original MIT

graph-view

03

context4ai/workflow

Skill Claude CodeCodex

Visualize PRD/Plan knowledge graphs as interactive force-directed diagrams. Parses Graph + Facts sections from design documents and produces a self-contained HTML visualization.

4 4mo ago A 33 tokens original MIT

implement-by-plan

04

context4ai/workflow

Skill Claude CodeCodex

Execute assigned Agent tasks from the Plan. Loads assigned Phase Nodes and Facts, implements code changes, validates specs with evidence, and writes back Plan deviations.

4 4mo ago A 34 tokens original MIT

make-kb

05

context4ai/workflow

Skill Claude CodeCodex

Extract structured knowledge graphs from existing materials (documents, code, or both). Produces a source-traced knowledge base with domain/application/story Nodes, optionally extended with Package/Symbol Nodes from code.

4 4mo ago A 43 tokens original MIT

make-plan

06

context4ai/workflow

Skill Claude CodeCodex

Model implementation plans as a Code-layer knowledge graph (Package/Symbol Nodes + Edges + Facts organized by Phase). Maps PRD specs to Plan specs via implements relationships and assigns Agents for execution.

4 4mo ago A 42 tokens original MIT

make-prd

07

context4ai/workflow

Skill Claude CodeCodex

Model product requirements as a Product-layer knowledge graph (domain/application/story Nodes + Edges + Facts). Produces a PRD document with spec traceability for downstream Plan implementation.

4 4mo ago A 39 tokens original MIT

make-test-plan

08

context4ai/workflow

Skill Claude CodeCodex

Generate E2E test skeletons from PRD + Plan. Creates version test index (README.md) and bone-skeleton test files with test.todo placeholders, categorized by verification type (AUTO/AGENT/HUMAN).

4 4mo ago A 49 tokens original MIT

review

09

context4ai/workflow

Skill Claude CodeCodex

Audit PRD and Plan consistency. Builds a spec traceability matrix (PRD[Sn] → Plan[Pn]), detects blocking issues (spec gaps, logic conflicts, dependency cycles), and outputs a structured review report.

4 4mo ago A 46 tokens original MIT

verify

10

context4ai/workflow

Skill Claude CodeCodex

Unified quality gate. Executes typecheck, lint, unit tests, and E2E tests with configurable scope (fast/standard/full). Filters known runtime noise, persists logs, and performs source-level failure analysis.

4 4mo ago A 44 tokens original MIT