一键导入
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 页面并帮你完成安装。
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
基于 SOC 职业分类
| 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