Test-Driven Development enforcement with rationalization prevention, verification checklist, and delete-and-restart rule.

requirement-elicitationlshtram2/12/2026
Transform vague feature requests into structured Product Requirements Documents (PRDs) with traceability.

architectural-reviewlshtram2/12/2026
Multi-expert architecture review with simplicity checklist and debate-driven analysis.

bug-investigatorlshtram2/12/2026
Investigate bugs with LOG FIRST approach, regression tests, and variant coverage.

memory-updatelshtram2/12/2026
Force an on-demand update of NSO memory files with comprehensive context.

silent-failure-hunterlshtram2/12/2026
Detect and surface silent failure patterns in code.

tech-radar-scanlshtram2/12/2026
Research emerging tools and propose RFCs when warranted.

minimal-diff-generatorlshtram2/12/2026
Apply the smallest possible code changes to satisfy a task.

sequential-thinkinglshtram1/21/2026
---

doc-maintainerlshtram1/21/2026
Ensure "Living Documentation" integrity by reverse-syncing Code -> Docs.

spec-writerlshtram1/21/2026
Interviews the user to clarify requirements and generates a comprehensive Product Requirement Document (PRD).

test-architectlshtram1/21/2026
Design a comprehensive Testing Strategy *before* code is written.

finish-tasklshtram1/21/2026
Concludes a task by verifying code (lint/test) and merging changes.

github-automationlshtram1/21/2026
Automate the bridge between local development and the remote repository.

perspective-engineeringlshtram1/21/2026
Surface blind spots by simulating debates between competing viewpoints.

knowledge-integrationlshtram1/21/2026
Distill task-specific learnings into project-wide permanent records.

start-tasklshtram1/21/2026
Initialize a new parallel task environment using git worktrees. required for every new task.

ui-page-scaffoldlshtram2/26/2026
Use for building consistent Next.js pages with Tailwind + shadcn/ui and wiring them to backend/n8n contracts