一键导入
executing-plans
Use when you have a written implementation plan to execute sequentially (fallback when subagent-driven-development not available)
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when you have a written implementation plan to execute sequentially (fallback when subagent-driven-development not available)
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Communicate efficiently without sacrificing clarity - natural, concise, actionable. Global skill loaded for every command and agent.
Use when reviewing or building UI components - ensures keyboard, screen-reader, and visual accessibility (WCAG 2.1 AA) so a11y is built in, not retrofitted.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Manages context caching to optimize token usage and cost by creating, incrementally updating, and invalidating caches while verifying integrity before reuse.
Clean code and engineering discipline: modularity, readability, sizing, naming, duplication, separation of concerns, plus the four behavioral principles - think before coding, simplicity first, surgical changes, and goal-driven execution. Global skill applied to all coding work.
Detects and resolves drift between code, documentation, and contextual knowledge, classifying each drift and recommending concrete sync actions to keep artifacts consistent.
| name | executing-plans |
| description | Use when you have a written implementation plan to execute sequentially (fallback when subagent-driven-development not available) |
| auto_load | ["/build"] |
| applies_to | ["backend","frontend","qa"] |
| mandatory | false |
Auto-Loaded By: /build command (fallback mode)
When to Use: Platform doesn't support subagent dispatch OR tasks are tightly coupled
Alternative: subagent-driven-development (preferred when available)
Implementation Plan: .ai/context/IMPLEMENTATION.md
This skill is a sequential execution fallback when:
Preference Order:
Load plan, review critically, execute all tasks, report when complete.
Announce at start: "I'm using the executing-plans skill to implement this plan."
Platform Detection:
Before using this skill, check if subagent-driven-development is available:
Tell your human partner: "Superpowers works much better with subagent support. Quality will be significantly higher on platforms with multi-agent capabilities (Claude Code, Codex CLI, Codex App, Copilot CLI, Gemini CLI)."
Location: .ai/context/IMPLEMENTATION.md
Expected Structure:
# Feature Implementation Plan
## Overview
[Feature description]
## Global Constraints
- [Constraint 1: e.g., "Use existing auth middleware, don't create new"]
- [Constraint 2: e.g., "Follow REST conventions from ARCHITECTURE.md"]
## Tasks
### Task 1: [Task Title]
**Agent:** Backend | Frontend | QA
**Files:** src/path/to/file.ts
**Requirements:**
- [Requirement 1]
- [Requirement 2]
**Acceptance Criteria:**
- ✅ [Criterion 1]
- ✅ [Criterion 2]
**Verification:**
```bash
npm test path/to/test.ts
[Same format]
For each task:
After all tasks complete and verified:
STOP executing immediately when:
Ask for clarification rather than guessing.
Return to Review (Step 1) when:
Don't force through blockers - stop and ask.
Required workflow skills: