Runs a structured adversarial critique process using opposing reviewer roles and synthesis to expose hidden risks, weak reasoning, and blind spots in code, plans, documents, strategies, or agent outputs.
Performs systematic, multi-dimensional code review covering correctness, security, performance, maintainability, and style. Produces actionable, prioritised findings with evidence-based recommendations. Use when asked to review code, audit a pull request, or…
Manages an outcome-focused backlog stored in /work/backlog.md. Handles command-driven operations to add, refine, list, start, complete, and archive work items. Each item is tracked with a status, creation date, and a clear observable outcome statement. Use…
Executes backlog items one at a time — selects the next ready item, decomposes it into atomic actions, performs each action using the appropriate sub-skill, reviews the output, records learnings, and advances the item to done. Use when asked to work the…
Applies SOLID principles, Fielding's REST architectural constraints, Gang of Four design patterns, and Enterprise Integration Patterns to produce well-designed, maintainable software. Use when designing systems, implementing features, making architectural…
Authors a new SKILL.md file from scratch; scans the existing skill library for related skills before drafting to prevent duplication and ensure interoperability, then audits those related skills after drafting to add any required cross-references. Use when…
Ensures all factual statements are bound to verifiable sources, cited precisely at the point of claim, and integrated without disrupting prose flow. Use when producing research, reports, or any writing where every assertion must be independently traceable.
Formats hyperlinked inline citations as Author (Year) anchors placed immediately after the claim they support. Use when writing blog posts, technical documentation, internal knowledge bases, or web-published research summaries that require visible attribution…