What problem does it solve?
The skill automates generation of implementation code for a GRACE module from its contract and knowledge-graph entry, ensuring semantic markup, contract fidelity, and consistent graph synchronization so agents can produce verifiable, controller-friendly code.
Core Features & Use Cases
- Structured GRACE Markup: Emits module-level headers, START_MODULE_CONTRACT, START_MODULE_MAP, change summaries, and per-block START_BLOCK/END_BLOCK markers adapted to the target language comment syntax.
- Graph Synchronization Modes: In standalone mode it can update docs/knowledge-graph.xml directly; in controller-driven multi-agent mode it produces a graph delta proposal with module ID, imports, exports, and crosslink suggestions.
- Verification & Reporting: Performs module-local verification (type checks, lint, and local tests), and returns a concise implementation packet listing files changed, verification results, sync output, and open assumptions.
- Use Case: After a module is planned in development-plan.xml, run this skill to produce the implementation code, per-block semantic markup, and either update the knowledge graph or return a delta for controller review.
Quick Start
Generate the implementation for the module 'payment' using its contract in docs/development-plan.xml and return files changed, verification results, and a graph delta proposal.