원클릭으로
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 ...]