원클릭으로
view-plan
View a plan's tasks and progress, regardless of output format.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
View a plan's tasks and progress, regardless of output format.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Bridge skill for the feature pipeline. Runs pre-flight checks for implementation and invokes the technical-implementation skill. Called by continue-feature — not directly by users.
Bridge skill for the feature pipeline. Runs pre-flight checks for planning and invokes the technical-planning skill. Called by continue-feature — not directly by users.
Bridge skill for the feature pipeline. Runs pre-flight checks for review and invokes the technical-review skill. Called by continue-feature — not directly by users.
Continue a feature through the pipeline. Routes to the next phase (specification, planning, or implementation) based on artifact state. Can be invoked manually or from plan mode bridges.
Scan all plans and wire up cross-topic dependencies. Finds unresolved external dependencies, matches them to tasks in other plans, and updates both the plan index and output format.
Run migrations to keep workflow files in sync with the current system design. This skill is mandatory before running any workflow skill.
| name | view-plan |
| description | View a plan's tasks and progress, regardless of output format. |
| disable-model-invocation | true |
| hooks | {"PreToolUse":[{"hooks":[{"type":"command","command":"$CLAUDE_PROJECT_DIR/.claude/hooks/workflows/system-check.sh","once":true}]}]} |
Display a readable summary of a plan's phases, tasks, and status.
If no topic is specified, list available plans:
ls .workflows/planning/
Ask the user which plan to view.
Read the plan file from .workflows/planning/{topic}/plan.md and check the format: field in the frontmatter.
Load the format's reading reference:
../technical-planning/references/output-formats/{format}/reading.md
This file contains instructions for reading plans in that format.
Follow the reading reference to locate and read the actual plan content.
Display a readable summary:
Output the next fenced block as a code block:
Plan: {topic}
**Format:** {format}
### Phase 1: {phase name}
- [ ] Task 1.1: {description}
- [x] Task 1.2: {description}
### Phase 2: {phase name}
- [ ] Task 2.1: {description}
...
Show:
Keep it scannable - this is for quick reference, not full detail.