smith
01Plugin Claude Code
Spec-driven development for Claude Code — requirements, plans, and tasks that ship as working code.
Plugin Claude Code
Spec-driven development for Claude Code — requirements, plans, and tasks that ship as working code.
Skill Claude CodeCodex
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
Skill Claude CodeCodex
Run a comprehensive audit on a specific system or all systems. Prompts for system selection, then runs all sub-audits and produces a unified report.
Skill Claude CodeCodex
Captures ideas mid-conversation and stores them in the vault for later processing. Use when the user wants to save an idea, park a thought, or come back to something later. Supports listing, processing, editing, and prioritizing banked ideas.
Skill Claude CodeCodex
Lightweight fix workflow for bugs and small changes. Autonomous from invocation through merged PR — no questions gate, no spec generation, no planning phase.
Skill Claude CodeCodex
Autonomous build phase — generates tasks, implements, tests, commits, pushes, merges, and produces release notes. Runs without user interaction.
Skill Claude CodeCodex
Generate a custom checklist for the current feature based on user requirements.
Skill Claude CodeCodex
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
Skill Claude CodeCodex
Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.
Skill Claude CodeCodex
Diagnostic workflow that systematically gathers evidence, identifies root causes, and produces a structured debug report. Read-only — does not modify code. Output feeds into /smith-bugfix if a fix is needed.
Skill Claude CodeCodex
Pre-change exploration — audits codebase for system-wide impacts, identifies touch points, and surfaces conflicts before proceeding with smith-new or other workflows.
Skill Claude CodeCodex
End-of-session workflow that commits, pushes, merges to main, updates specs, and cleans up the workspace.
Skill Claude CodeCodex
Central reference for all Smith commands — overview, detailed help per command, syntax, flags, and workflow context.
Skill Claude CodeCodex
Execute the implementation plan by processing and executing all tasks defined in tasks.md.
Skill Claude CodeCodex
Build and maintain the project manifest under .smith/index/. Full rebuild scans every source file, runs language parsers, and writes per-file .meta, per-system manifests, and a top-level summary. Supports --check (hash-only staleness), --system (partial rebuild), --incremental (git-diff scope), --describe (per-file…
Skill Claude CodeCodex
Browse, search, and manage the Smith Ledger — the accumulated patterns, antipatterns, tool preferences, and edge cases learned from past workflows. Use to review what Smith has learned, search for relevant patterns, prune outdated entries, or inspect the Ledger's evolution over time.
Skill Claude CodeCodex
One-time migration of existing flat spec folders into the system-based hierarchy under .specify/systems/.
Skill Claude CodeCodex
One-time migration to add paths: YAML frontmatter to existing .specify/systems/ /spec.md files. Scans prose for path-like references (services/ /, backend/ /, frontend/ /, etc.), proposes a per-system list, and writes accepted frontmatter ABOVE the existing body. Use when a project grew system specs as prose and you…
Skill Claude CodeCodex
Manifest navigator. Returns must-read / should-read / reference file lists for a given task description by reading .smith/index/. Designed to be invoked by context-loader.sh hook AND directly by users (/smith-navigate "where is auth?"). Runs as a Haiku 4.5 sub-agent with a 3-second budget.
Skill Claude CodeCodex
Start a new feature from scratch or from conversation context. Conversational requirements gathering, planning, questions gate, then fully autonomous build.
Skill Claude CodeCodex
Execute the implementation planning workflow using the plan template to generate design artifacts.
Skill Claude CodeCodex
Manage a deferred task queue — add, list, process, remove, batch-execute, schedule, prioritize, and browse history of tasks stored in the vault.
Skill Claude CodeCodex
Analyzes a completed Smith workflow (build, bugfix, audit) and extracts lessons about what worked and what didn't. Updates the Ledger with new patterns and antipatterns. Use after a workflow completes or fails, or manually to review recent work.
Skill Claude CodeCodex
Generate client-facing project reports from vault data — progress updates, decision logs, spec changelogs, or full audit reports.