Instructions file CodexOpenCode
Instructions for context4ai/agent-graph, covering agent graph, engineering rules, commands and documentation ownership.
Instructions file CodexOpenCode
Instructions for context4ai/agent-graph, covering agent graph, engineering rules, commands and documentation ownership.
Skill Claude CodeCodex
Execute only the option identified by the selected Agent Graph route.
Skill Claude CodeCodex
Inspect the explicitly materialized workspace status for the current route.
Skill Claude CodeCodex
Diagnose a problem from the explicitly materialized context view.
Skill Claude CodeCodex
Process a host-owned batch through a static Agent Graph.
Skill Claude CodeCodex
Produce the requested artifact and return its observable digest.
Skill Claude CodeCodex
Resolve a shared Agent Graph provider through the host registry.
Skill Claude CodeCodex
Use the same host-resolved provider without copying graph definitions.
Skill Claude CodeCodex
Review a package using the shared release provider.
Skill Claude CodeCodex
Guide an Agent through the shared release graph.
Skill Claude CodeCodex
Draft an artifact using only the requirements selected by the current route.
Plugin Claude Code
Knowledge-Graph-Driven Development (KGDD) workflow for AI Agents. Models product requirements (PRD) and implementation plans (Plan) as structured Node/Edge/Fact graphs, with full spec traceability, automated review, multi-Agent execution, testing, visualization, and a built-in design system.
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.
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.
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.
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.
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.
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.
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.
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).
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.
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.