General
spec-execute - Claude MCP Skill
Spec Execute Command
SEO Guide: Enhance your AI agent with the spec-execute tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to spec execute command... Download and configure this skill to unlock new capabilities for your AI workflow.
🌟1 stars • 5 forks
📥0 downloads
Documentation
SKILL.md# Spec Execute Command Execute specific tasks from the approved task list. ## Usage ``` /spec-execute [task-id] [feature-name] ``` ## Instructions You are executing implementation tasks from the spec workflow. 1. **Prerequisites** - Ensure tasks.md exists and is approved - Load requirements.md, design.md, and tasks.md for context - Identify the specific task to execute 2. **Task Execution** - Focus on ONE task at a time - If task has sub-tasks, start with those - Follow the implementation details from design.md - Verify against requirements specified in the task 3. **Implementation Guidelines** - Write clean, maintainable code - Follow existing code patterns and conventions - Include appropriate error handling - Add unit tests where specified - Document complex logic 4. **Validation** - Verify implementation meets acceptance criteria - Run tests if they exist - Check for lint/type errors - Ensure integration with existing code 5. **Completion** - **CRITICAL**: Mark task as complete in tasks.md by changing [ ] to [x] - Update execution log with completion details - Stop and wait for user review - DO NOT automatically proceed to next task - Confirm task completion status to user ## Task Selection If no task-id specified: - Look at tasks.md for the spec - Recommend the next pending task - Ask user to confirm before proceeding ## Examples ``` /spec-execute 1 user-authentication /spec-execute 2.1 user-authentication ``` ## Important Rules - Only execute ONE task at a time - **ALWAYS** mark completed tasks as [x] in tasks.md - Always stop after completing a task - Wait for user approval before continuing - Never skip tasks or jump ahead - Confirm task completion status to user
Signals
Avg rating⭐ 0.0
Reviews0
Favorites0
Information
- Repository
- TrueCrimeDev/ClautoHotkey
- Author
- TrueCrimeDev
- Last Sync
- 3/12/2026
- Repo Updated
- 2/9/2026
- Created
- 1/16/2026
Reviews (0)
No reviews yet. Be the first to review this skill!