원클릭으로
corvus-phase-7
Follow-up triage - handling requests after feature completion
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Follow-up triage - handling requests after feature completion
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Planning (Phase 2), User Approval (Phase 3), and optional High Accuracy Plan Review (Phase 3.5)
Implementation loop - per-phase execution with quality gates
Final validation - comprehensive objective and subjective checks
Completion - success extraction and final summary
PR Review Phase R2 - Multi-pass review orchestration (architecture, correctness, security, conventions)
Shared schemas, Conventional Comments spec, config schema, and common templates for Corvus PR Review
| name | corvus-phase-7 |
| description | Follow-up triage - handling requests after feature completion |
When: After Phase 6 completes and user makes a new request in the same session.
Goal: Assess the new request and route it appropriately without abandoning the structured workflow.
New request received after completion
|
├─ Is this related to the just-completed feature?
│ │
│ ├─ YES, small fix/tweak (< 3 files, clear scope)
│ │ └─ LIGHTWEIGHT PATH
│ │
│ └─ YES, significant addition (3+ files or unclear scope)
│ └─ PARTIAL RESTART
│
└─ NO, this is a new/different feature
└─ FULL RESTART
When a follow-up request comes in, first assess:
## Follow-up Triage
**Request**: [user's request]
**Related to previous work?**: [yes/no]
**Scope assessment**:
- Files likely affected: [count]
- Complexity: [trivial/small/significant/large]
- Existing task coverage: [fully covered/partially/not covered]
**Routing decision**: [LIGHTWEIGHT / PARTIAL RESTART / FULL RESTART]
**Reasoning**: [brief justification]
For small, clearly-scoped changes (< 3 files) to the just-completed work:
Update MASTER_PLAN.md via task-planner:
**TASK**: Update existing master plan with follow-up task
**MASTER PLAN**: `.corvus/tasks/[feature]/MASTER_PLAN.md`
**NEW TASK TO ADD**:
- Description: [what needs to be done]
- Files affected: [list]
- Add to: [existing phase or new "Follow-up Fixes" phase]
**MUST DO**:
- Preserve all existing task statuses
- Add new task with [ ] status
- Update progress counts
- Create individual task file if needed
Delegate to code-implementer:
**TASK**: [description of the fix/change]
**TASK FILE**: `.corvus/tasks/[feature]/[NN-task].md` (if created)
**CONTEXT**:
- Follow-up to: `.corvus/tasks/[feature]/MASTER_PLAN.md`
- Related to task(s): [list if applicable]
**DELEGATED MODE**: Yes (continuation of approved work)
**MUST DO**:
- [specific requirements]
- Validate changes (type check, lint, and tests if `tests_enabled: true` — note: for follow-ups after deferred-mode features, run tests inline regardless of original `tests_deferred` setting since the full suite was already validated in Phase 5)
**REPORT BACK**:
- Files changed
- Validation results
Validate with code-quality (if significant changes — tests or acceptance-only based on tests_enabled; for follow-ups after deferred-mode features, use full test mode since Phase 5 already validated the suite)
Update MASTER_PLAN.md: Mark task complete via task-planner
For larger additions (3+ files) that build on completed work:
For unrelated work:
.corvus/tasks/[new-feature]/ directory