prd-draft
25Skill Claude CodeCodex
Create a modern, AI-era PRD for features and initiatives. Guides through clarifying questions, generates draft, and offers multi-agent review.
Skill Claude CodeCodex
Create a modern, AI-era PRD for features and initiatives. Guides through clarifying questions, generates draft, and offers multi-agent review.
Skill Claude CodeCodex
Run a 7-perspective multi-agent PRD review (Engineering, Design, Executive, Legal, UXR, Skeptic, Customer Voice) that catches gaps and surfaces conflicts before stakeholder review. Use when the user wants a PRD reviewed, asks for panel or multi-agent feedback, or runs /prd-review-panel.
Skill Claude CodeCodex
Turn a PRD into a multi-phase implementation plan using tracer-bullet vertical slices, saved as a local Markdown file in ./plans/. Use when the user wants to break a PRD into an implementation plan, or mentions "tracer bullets".
Skill Claude CodeCodex
Universal conciseness and precision directive for all LLM output. Prepend to any system prompt to eliminate verbosity, filler, and fluff from every response.
Skill Claude CodeCodex
Interactive QA session where user reports bugs or issues conversationally, and the agent files GitHub issues. Explores the codebase in the background for context and domain language. Use when user wants to report bugs, do QA, file issues conversationally, or mentions "QA session".
Skill Claude CodeCodex
Scans a codebase to build CONTEXT.md (or CONTEXT-MAP.md for multi-context repos) and seed ADRs for clearly-deliberate decisions. Autonomous by default; asks only when ambiguity blocks resolution. Use after cloning a repo, joining a project mid-flight, or when docs have drifted from code. Triggers include "scan repo…
Skill Claude CodeCodex
Create a detailed refactor plan with tiny commits via user interview, then file it as a GitHub issue. Use when user wants to plan a refactor, create a refactoring RFC, or break a refactor into safe incremental steps.
Skill Claude CodeCodex
Pick up where a previous session left off by loading the newest open handoff document written by /session-handoff. Reads .claude/handoffs/ - .md inside the project root, runs an environment preflight (branch, cwd, uncommitted state) against the handoff's frontmatter, then on user confirmation moves the file to…
Skill Claude CodeCodex
Tailor a resume to a specific job by researching the company/role, surfacing undocumented experience through branching interview, matching content with confidence scores, and emitting MD + DOCX + PDF + interview-prep report. Use when the user says "I want to apply for [Role] at [Company]. Here's the JD:", pastes a job…
Skill Claude CodeCodex
Mine the current conversation for every correction the user made, every preference they stated, and every "do-differently" lesson, then write a dated feedback file into the project's auto-memory directory so future sessions can reload the patterns. In future sessions, before applying any item from a past feedback file…
Skill Claude CodeCodex
Compact the current conversation into a discoverable handoff document so a fresh agent can pick it up with /resume-session-handoff. Use when the user wants to hand off work to a fresh session or teammate, or stop here and resume later. Triggers include "/session-handoff", "write a session handoff", "hand this off to…
Skill Claude CodeCodex
Configure a repository for amit-t/skills conventions — bootstrap AGENTS.md/CLAUDE.md, docs/agents context docs, ADR layout, or skill catalog category vocabulary. Triggers include "setup amit skills", "/setup-amit-skills", and "make this repo work with amit-t/skills".
Skill Claude CodeCodex
Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current JS/TS repo. Use when the user wants to add pre-commit hooks or set up Husky/lint-staged for commit-time formatting, typechecking, and tests.
Skill Claude CodeCodex
Sync an existing at-skills skill from a source path, or scaffold a new one via claude/codex/devin. Wraps the skill-sync zsh utility in ai-utils.
Skill Claude CodeCodex
Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.
Skill Claude CodeCodex
Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/PRD asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use…
Skill Claude CodeCodex
DEPRECATED. Superseded by /repo-context-scan (build domain context from a codebase scan) and /domain-grill (stress-test engineering artifacts against the resulting CONTEXT.md). Do not invoke. The replacement skills produce richer outputs (CONTEXT.md + ADRs + relationships + multi-context support) and split the build…
Skill Claude CodeCodex
Record a wisdom snippet — quote, idea, or observation worth keeping — into the user's personal corpus. Categorizes into a closed bucket from wisdoms/categories.yml, writes a frontmatter Markdown file, and commits. Captures from terminal CLI (wisdom) or in-session slash command (/wisdom / $wisdom).
Skill Claude CodeCodex
Create a PRD through user interview, codebase exploration, and module design, then submit as a GitHub issue. Use when the user wants to write a PRD or plan a new feature.