Command Claude Code
Generate a beautiful standalone HTML diagram and open it in the browser.
Command Claude Code
Generate a beautiful standalone HTML diagram and open it in the browser.
Command Claude Code
Generate a visual HTML plan review — current codebase state vs. proposed implementation plan.
Command Claude Code
Generate a visual HTML project recap — rebuild mental model of a project's current state, recent decisions, and cognitive debt hotspots.
Command Claude Code
Share a visual explainer HTML file instantly via Vercel — returns a live URL with no authentication required.
Command Claude Code
Explore ideas through collaborative dialogue before requirements capture (Phase 0).
Command Claude Code
Execute implementation with on-the-fly task generation (Phase 3).
Command Claude Code
Create pull request with conventional commits and structured descriptions.
Command Claude Code
Capture and validate requirements in one pass (Phase 1).
Command Claude Code
Create architecture and technical specification (Phase 2).
Command Claude Code
Update any phase document when requirements or design change (Cross-Phase).
Command Claude Code
Archive completed feature with lessons learned (Phase 4).
Settings file Claude Code
Agent settings declaring 25 allowed tools.
Skill Claude CodeCodex
Intelligent agent routing -- automatically matches tasks to the best specialist agent based on file patterns, intent keywords, and domain context. Loaded every session to give Claude explicit routing rules for all 58 AgentSpec agents.
Skill Claude CodeCodex
Decides where new logic lives in the component model — agent, skill, command, KB, or template — and how to keep components in their layer, routing each decision to the right authoring resource and running the fat-to-thin refactor when a component has outgrown its layer. Loaded by the authoring flows (create-skill…
Skill Claude CodeCodex
Repo-specific SOP for adding a new agent to this repository — the frontmatter contract the auto-generated router feeds on (name, description one-liner, tier, model, tools, kbdomains, stop conditions, escalation targets), the thin-executor default, category placement, and the router/build/docs ship checklist. Use when…
Skill Claude CodeCodex
Repo-specific layer for adding a new Claude Code skill to this repository — naming conventions, where the skill lives (distributed, plugin-only, or repo-local), YAML frontmatter pitfalls, and the build/mirror/docs checklist a skill must pass before it ships in the plugin. For the general craft of writing skills…
Skill Claude CodeCodex
Create Excalidraw diagram JSON files that make visual arguments. Use when the user wants to visualize workflows, architectures, or concepts.
Skill Claude CodeCodex
Drafts an Architecture Decision Record (ADR) for the current repository: searches existing GitHub issues for duplicates first, applies a worthiness gate, then drafts from the context/decision/alternatives/consequences template with the standard status lifecycle, ready for publication as a GitHub issue. Use when the…
Skill Claude CodeCodex
Drafts the body of a well-formed, self-contained GitHub issue for the current repository from a per-type template — feature, component, task, bug, or spike — searching existing issues for duplicates before any drafting, and saving the result as an ephemeral draft ready for review and publication. Use when the user…
Skill Claude CodeCodex
Publishes a drafted issue or ADR to the current repository's GitHub board via gh, with guardrails, and curates the board safely. Runs a verdict-gated pre-flight before any write: duplicate search across open and closed issues, a self-containment lint, template conformance, and label validation against the live repo…
Skill Claude CodeCodex
Build a high-assurance, source-verified knowledge base where every claim is source-cited and adversarially fact-checked before it lands. Grounds in the repo's KB house style, plans the domain, researches with an independent refutation pass, builds with kb-architect subagents, runs an independent fact-check gate, and…
Skill Claude CodeCodex
Turns a meeting transcript into a validated analysis document — by delegating to the meeting-analyst agent — plus a short channel-ready follow-up message for the team's chat tool (Slack, Teams, Discord, or similar). Analyzes in the transcript's language, writes both artifacts in the team's working language, enforces…
Skill Claude CodeCodex
Runs Phase 0 of the SDD workflow: collaborative exploration that turns a raw idea into a validated approach and a BRAINSTORM document ready for requirements capture. Owns the brainstorm methodology: KB-first grounding with confidence-scored recommendations, one-question-at-a-time discovery, sample collection for LLM…
Skill Claude CodeCodex
Execution methodology for SDD Phase 3 (Build): turn a completed DESIGN into working, verified code. Covers KB-first knowledge resolution, task extraction from the file manifest, dependency ordering, specialist agent delegation (including the data engineering delegation map), per-file and full-run verification…