Socratic roadmap interviewer. Clarifies what you actually want to build through a one-question-at-a-time conversation, researches how others solved it, then delivers a phased roadmap as a styled HTML page with a wireframe mockup and copy-paste command blocks. Re-discussable at any time; hands off to /brief or /ship.
Author a product brief by interview (the PRD tradition, under a plainer name), then emit user stories, scope, success metrics, and a derived nested task list. Stops at the task list and hands off.
Orientation map at the start of a coding task: matches your intent against the skills available in this session and prints a recommended chain + execution mode + reflection level. Advisory only.
Use GitHub issues as cross-session resolution memory. Create, update, and resume self-contained, cold-readable issues via the gh CLI, recording the hypothesis and the resolution.
Query unfinished brief/propose/ship work and the exact command to resume it. Derives an open-work board from artifact frontmatter (no separate ledger to drift), and auto-surfaces it at session start so context survives /clear.
Design workflow in the RFC tradition: problem -> alternatives -> tradeoffs -> design -> risks -> recommendation -> impl plan. Two sizes with hard ceilings. Forces reasoning before action. Optional GitNexus + Exa integration.
Spec executor. Implements a finalized brief or an Accepted propose (or a bare prompt via an inline contract) on agent-teams / subagents / solo, then emits a user-run verification bundle + a trace ledger.
A project-level progress ledger written automatically. A Stop hook logs the working-tree delta at the end of every turn that touched files, so what you did - in ship, propose, or plain conversation - is recorded without you remembering to log it. next reads the ledger to show what moved.