From partme-ai-full-stack-skills
Runs `specify check` to verify Spec Kit tools (git, claude, gemini, VS Code, cursor-agent, etc.) are installed and in PATH; interprets results and suggests fixes like speckit-install or re-init. Useful for slash command issues or post-install checks.
npx claudepluginhub partme-ai/full-stack-skills --plugin t2ui-skillsThis skill uses the workspace's default tool permissions.
Run **specify check** to verify that the Spec Kit CLI and required tools (git, AI agents, editors) are installed and detectable. Use this after **speckit-install** or **speckit-initial** to confirm the environment, or when the user reports that slash commands are missing or `specify` does not work.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Run specify check to verify that the Spec Kit CLI and required tools (git, AI agents, editors) are installed and detectable. Use this after speckit-install or speckit-initial to confirm the environment, or when the user reports that slash commands are missing or specify does not work.
specify is not in PATH, direct the user to speckit-install before running specify check.Ensure CLI is available
specify check until specify is available.Run the check
specify checkInterpret the output
.specify/ (no slash commands), suggest re-running speckit-initial with --ignore-agent-tools.Summarize and recommend
specify init --ignore-agent-tools).--ignore-agent-tools), or install the missing Agent/editor.See examples/sample-output.md for an example of specify check output and how to interpret it.
specify init --ignore-agent-tools if only templates are needed.specify init --no-git if git is not required for the workflow.