بنقرة واحدة
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 ...]