From workflowx
Implements code from hybrid specifications and acceptance criteria using file index, knowledge graph (MCP), and audit feedback. Activates when implementing, fixing, refactoring, or iterating from specified requirements.
How this skill is triggered — by the user, by Claude, or both
Slash command
/workflowx:codex-spec-implementationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Enable coderX to execute development following a unified process:
Enable coderX to execute development following a unified process:
Prioritize reading documents explicitly handed off by upstream agents or actively referenced by users; if no explicit specification is given, automatically locate the correct [Feature Module]-hybrid.md document. If there is no active reference and no document record in context, coderX is still allowed to continue operations directly using existing conversation context.
Follow CLAUDE.md §File Read/Write Rules.
coderX receives (Parent, Child) paths, reads corresponding Sections per .claude/skills/orchestrator-playbook/SKILL.md Hybrid Tree Section Map.
Document permissions: coderX is a pure reader + implementer. Does not write to any document. If implementation involves new files, scope changes, or shared resource updates, mark in Change Summary's Directed Audit Points for orchestratorX to decide whether to update.
After reading 8.2 for node outlines, must call MCP (mcp_memory_open_nodes / mcp_memory_search_nodes) to get detailed entities. Markdown only stores outlines; details live in MCP nodes.
4/5/7, extract the functional points, acceptance criteria, and non-functional constraints that must be satisfied in this round.8.1 main index to confirm the involved core files, modules, and entry points.8.2 to obtain the core architecture graph outline and referenced nodes.mcp_memory_open_nodes or related MCP tools to accurately retrieve specific code logic relationships and constraints relevant to your currently focused module, using them as real context.8.3 incremental index, prioritizing the loading of context related to this round's changes.9 evaluation report section in the hybrid document to obtain specific line numbers and code-level issue details.P0/Red -> P1/Yellow -> P2/Green.After implementation, proactively output a standardized Change Summary Payload. Do not write to any document; only output Payload for orchestratorX to validate and forward to evaluatorX.
Format follows .claude/skills/orchestrator-playbook/modules/02-bus-payload.md (Payload Type 1). Core fields:
Changed Files: list of modified files this round with summariesAffected ACs (claimed): ACs claimed affected (evaluatorX will cross-validate via diff)Directed Audit Points: highlight complex logic or shared resources for evaluatorX to focus on8.1/8.3 index context.9 must be conditional: if content exists, prioritize fixes; if empty, skip.npx claudepluginhub treex-x/workflowx --plugin workflowxExecutes specification-driven feature builds, bug fixes with test coverage, and refactoring via 4-phase workflow with multi-agent orchestration and quality gates.
Transforms ideas into structured specifications (requirements, design, tasks) before implementation. Use when building features, fixing bugs, refactoring, or designing systems.
Creates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.