원클릭으로
corvus-phase-6
Completion - success extraction and final summary
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Completion - success extraction and final summary
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
Follow-up triage - handling requests after feature completion
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-6 |
| description | Completion - success extraction and final summary |
Goal: Extract learnings and summarize the work.
DELEGATE TO: @task-planner
MODE: LEARNING (SUCCESS_EXTRACTION)
**TASK**: Extract learnings from completed feature
**MODE**: LEARNING
**TRIGGER**: SUCCESS_EXTRACTION
**COMPLETED FEATURE**: [feature name]
**ALL PHASES COMPLETED**:
- Phase 1: [tasks] - [brief summary]
- Phase 2: [tasks] - [brief summary]
- ...
**IMPLEMENTATION SUMMARY**:
- Total files created/modified: [count]
- Total effort: [actual vs estimated]
- Iterations needed: [count across all phases]
- Key challenges overcome: [list]
**MUST DO**:
- Extract reusable components created across ALL phases
- Document patterns discovered
- Assess overall estimate accuracy
- Note what could be improved for future similar features
- Update MASTER_PLAN.md Learnings Log
**REPORT BACK**:
- Reusable components (with file paths)
- Patterns discovered
- Estimate accuracy analysis
- Recommendations for future
Present final summary to user:
## Implementation Complete
**Feature**: [Name]
**Status**: [x] Complete
### Summary
[1-2 sentence summary of what was implemented]
### Changes Made
**Files Modified** ([N] files):
- `[file1]` - [summary of changes]
- `[file2]` - [summary of changes]
**Files Created** ([N] files):
- `[file1]` - [purpose]
### Validation Results
When `tests_enabled: true, tests_deferred: false`:
- [x] All tests passing ([N] tests)
- [x] Build successful
- [x] All acceptance criteria met
When `tests_enabled: true, tests_deferred: true`:
- [x] All tests passing ([N] tests — run in Phase 5, deferred from Phase 4)
- [x] Build successful
- [x] All acceptance criteria met
When `tests_enabled: false`:
- [x] All acceptance criteria verified (acceptance-only mode)
- [x] Build successful
### Task Documentation
- Master plan: `.corvus/tasks/[feature]/MASTER_PLAN.md`
- Task files: `.corvus/tasks/[feature]/*.md`
### Follow-up Suggestions (optional)
- [Suggestion 1]
- [Suggestion 2]
---
**What's next?** If you need changes to this implementation:
- Small fixes (< 3 files): I'll update the plan and delegate directly
- Larger additions: I'll explore scope and update the plan for approval
- New features: I'll start a fresh workflow
Final Actions:
[x] Complete