Command Claude Code
Capture screenshots from Unity Editor Game/Scene/Explorer views.
[DEPRECATED] Unity MCP server — successor: akiojin/unity-cli
Command Claude Code
Capture screenshots from Unity Editor Game/Scene/Explorer views.
Command Claude Code
Check Unity Editor connection, scene info, and compilation state.
Command Claude Code
An interactive release command for projects that develop on a branch named develop and publish changes through a version tag and a pull request to main.
Command Claude Code
A read-only review command for a specification, implementation plan, task list, and project rules. It looks for contradictions, duplicated or unclear requirements, missing coverage, inconsistent terms, and tasks that do not map to requirements.
Command Claude Code
A command for checking whether a feature specification is complete and clear. TDD means test-driven development, but this command reviews the written requirements rather than testing the implementation.
Command Claude Code
A command for finding and resolving unclear parts of a software specification. A specification describes what should be built; this command asks focused questions and records the answers in spec.md.
Command Claude Code
A command for updating a project's constitution, meaning its written rules and principles for development. It keeps the main file in docs/constitution.md synchronized with the copy used by Speckit.
Command Claude Code
An implementation command that follows a project's prepared task list and technical plan. It can require unfinished checklists to be confirmed and uses TDD, meaning tests are written before the code they check.
Command Claude Code
A command for the planning stage of a specification-driven development process. It turns a feature specification into an implementation plan and related design documents.
Command Claude Code
A command that turns a natural-language feature request into a written feature specification called spec.md. It can create or update the specification without creating a Git branch.
Command Claude Code
A command that creates an ordered tasks.md file from a feature specification and implementation plan. It groups the work by user story and records dependencies between tasks.
Command Claude Code
A command that turns the checked tasks in a project's tasks.md file into GitHub Issues. GitHub Issues are tracked work items attached to a code repository.
Command Claude Code
A command that reviews the conversation and suggests additions to CLAUDE.md, a file that stores project guidance for Claude. It looks for project-specific practices, repeated corrections, and patterns that should stay consistent.
Command
A read-only review of a feature specification, implementation plan, and task list before coding begins. It looks for contradictions, duplicate requirements, unclear wording, and missing details.
Command
A checklist that tests the quality of written requirements rather than the running software. It checks whether requirements are complete, clear, consistent, measurable, accessible, and explicit about edge cases.
Command
A command that reviews a spec.md file—a document describing a feature—and asks up to five high-priority questions about unclear requirements, then records the answers in the file.
Command
A command for updating a project's constitution, meaning its authoritative development principles and rules. It edits docs/constitution.md and synchronizes the result to .specify/memory/constitution.md.
Command
A command that carries out the tasks listed in tasks.md in dependency order. It reads the project plan and related design documents before changing the code.
Command
A command that turns a feature specification into a technical implementation plan and supporting design documents. A feature specification describes what should be built and why.
Command
A command that turns a natural-language feature description into a structured feature specification. It creates or updates spec.md, a document describing what a feature should do and why.
Command
A command that creates an ordered tasks.md checklist from available design documents. These documents can describe the technical plan, user needs, data, APIs, research, and test scenarios.
Command
A command that turns unchecked tasks in a tasks.md file into GitHub Issues. An Issue is a trackable work item attached to a repository.