Execute a trivial task inline — no subagents, no planning overhead
Skills(SKILL.md)は、AIエージェント(Claude Code、Cursor、Codexなど)に特定の能力を追加するための設定ファイルです。
詳しく見る →Execute a trivial task inline — no subagents, no planning overhead
Post-mortem investigation for failed GSD workflows — analyzes git history, artifacts, and state to diagnose what went wrong
Diagnose planning directory health and optionally repair issues
Show available GSD commands and usage guide
Insert urgent work as decimal phase (e.g., 72.1) between existing phases
Join the GSD Discord community
Surface Claude's assumptions about a phase approach before planning
List active GSD workspaces and their status
Interactive command center for managing multiple phases from one terminal
Analyze codebase with parallel mapper agents to produce .planning/codebase/ documents
Generate a comprehensive project summary from milestone artifacts for team onboarding and review
Start a new milestone cycle — update PROJECT.md and route to requirements
Initialize a new project with deep context gathering and PROJECT.md
Create an isolated workspace with repo copies and independent .planning/
Automatically advance to the next logical step in the GSD workflow
Zero-friction idea capture. Append, list, or promote notes to todos.
Create context handoff when pausing work mid-phase
Create phases to close all gaps identified by milestone audit
Create detailed phase plan (PLAN.md) with verification loop
Capture a forward-looking idea with trigger conditions — surfaces automatically at the right milestone
Create a clean PR branch by filtering out .planning/ commits — ready for code review
Generate developer behavioral profile and create Claude-discoverable artifacts
Check project progress, show context, and route to next action (execute or plan)
Execute a quick task with GSD guarantees (atomic commits, state tracking) but skip optional agents
Reapply local modifications after a GSD update
Remove a future phase from roadmap and renumber subsequent phases
Remove a GSD workspace and clean up worktrees
Research how to implement a phase (standalone - usually use /gsd-plan-phase instead)
Resume work from previous session with full context restoration
Review and promote backlog items to active milestone
Request cross-AI peer review of phase plans from external AI CLIs
Retroactively verify threat mitigations for a completed phase
Generate a session report with token usage estimates, work summary, and outcomes
Switch model profile for GSD agents (quality/balanced/budget/inherit)
Configure GSD workflow toggles and model profile
Create PR, run review, and prepare for merge after verification passes
Display project statistics — phases, plans, requirements, git metrics, and timeline
Manage persistent context threads for cross-session work
Generate UI design contract (UI-SPEC.md) for frontend phases
Retroactive 6-pillar visual audit of implemented frontend code
Retroactively audit and fill Nyquist validation gaps for a completed phase
Validate built features through conversational UAT
Manage parallel workstreams — list, create, switch, status, progress, complete, and resume
Convene a meeting of AI personas (3 to 10 participants) who debate a subject and reach a synthesis. Teams adapt to the theme (dev, design, product, business, life). The user can mix teams, add custom personas on the fly, and size the meeting up or down. Full debate written to a markdown file in the current directory, only the Boss's final synthesis is shown in the console.
Background information about Lendtrain powered by Atlantic Home Mortgage — company history, credentials, founder bio, and contact information for borrower trust-building.
Calculates itemized state-specific closing costs for mortgage refinance transactions across 10 licensed states, with product-specific fees for Conventional, FHA, FHA Streamline, VA IRRRL, and VA Cash-Out.
Enforces mortgage regulatory compliance — TRID, RESPA, TILA, ECOA/Fair Lending, state licensing, required disclosures, and data privacy rules for all borrower interactions.
Guides borrowers through mortgage refinance evaluation — collects loan data, extracts mortgage statement fields, evaluates qualification, and delivers recommendations with consumer-friendly communication.
Adversarial defense layer for the mortgage plugin — protects against prompt injection, system prompt extraction, PII leakage, workflow bypass, and social engineering attacks.
Route Handlers allow you to create API endpoints using the Web Request and Response APIs. They're defined in `route.ts` files within the `app` directory.