Main Agent complete workflow handbook. Contains planning dialogue, Mode A/B/C workflows, core iteration loop, Hybrid Tree routing, requirement change handling, routeX, Start Rule.
Structured code audit workflow supporting both PRD-based and prompt-based evaluation modes. evaluatorX is a pure analyzer -reads dispatch-selected docs + code, outputs structured Evaluation Result Payload. Document writes are handled by Main Agent, not evaluatorX.
Spec-driven coding workflow for coderX agents. Use this skill whenever implementing, fixing, refactoring, or iterating code from hybrid docs or specified requirements, especially when file index, knowledge index, or evaluator findings are present.
Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria.
Lightweight intent extractor for coderX. Extracts 9 dimensions from user input, runs diagnostic checklist, outputs structured prompt for immediate implementation. Optionally used by xunit when `-prompt` is present.
Code aesthetics framework. Use two durable questions to judge code: can the path be shorter, and can cognitive load be lower? Supports Review and Generate modes.
Structured code audit workflow supporting both PRD-based and prompt-based evaluation modes. evaluatorX is a pure analyzer — reads dispatch-selected docs + code, outputs structured Evaluation Result Payload. Document writes are handled by Main Agent, not evaluatorX.
Main Agent complete workflow handbook. Contains planning dialogue, Mode A/B/C workflows, core iteration loop, Hybrid Tree routing, requirement change handling, routeX, Start Rule.