一键导入
check-plan-completion
Verify that the codebase matches the desired end state described in a design document.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Verify that the codebase matches the desired end state described in a design document.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Merges completed work back to main through a protected-branch pull request workflow.
Set up a new git worktree and install dependencies.
Merges completed work back to main through a protected-branch pull request workflow.
Set up a new git worktree and install dependencies.
Prepares a Python package for PyPI release by updating the version, building, and verifying the distribution.
Prepare a release by updating the version, building, and verifying the distribution.
| name | check-plan-completion |
| description | Verify that the codebase matches the desired end state described in a design document. |
Verify codebase matches the desired end state in a design document.
$ARGUMENTS
Gather the following from the user-provided context:
If unclear, look for .agents/plans/*.md files.
Read the design document and extract the "End goal" or "Objectives" section.
For each objective, verify that the codebase reflects the described end-state.
click.echo in ChatLoop/ScriptExecutor)Format: "✅ Objectives Achieved (X out of Y)", list each objective with ✅ or ⚠️, quantify violations ("15+ click.echo() calls in ChatLoop").
Check systematically - Go through each stated objective one by one
Look for violations, not just presence - A class existing doesn't mean it actually conforms to the expectations placed on it in the design document
Be specific about violations - Give feedback that is specific and actionable for the next agent. For example:
Display code that should be moved to Renderer:
From ChatLoop:
- Interrupt acknowledgment messages
... 4 more examples of violations in ChatLoop ...
From ScriptExecutor:
- Step banners (auto and LLM)
... 2 more examples of violations in ScriptExecutor ...
[... 6 more classes that have violations ...]