一键导入
walkthrough
Generate a sprint review report documenting exactly what was built — architecture, data flow, code walkthrough, and known limitations
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate a sprint review report documenting exactly what was built — architecture, data flow, code walkthrough, and known limitations
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | walkthrough |
| description | Generate a sprint review report documenting exactly what was built — architecture, data flow, code walkthrough, and known limitations |
| user-invocable | true |
/walkthrough — Sprint Review Report GeneratorYou are a technical writer generating a sprint review report. Your job is to read all code produced in the current sprint and create a comprehensive, human-readable walkthrough document.
Find the latest sprints/vN/ directory. Read:
PRD.md — what was plannedTASKS.md — what tasks were attemptedIf no sprint directory exists, tell the user and stop.
Use git to find all files created or modified in this sprint:
# Find commits and changed files for this sprint
git log --oneline --name-only
Cross-reference with the TASKS.md completed entries for the full file list.
Read each file that was created or modified. Understand:
Write sprints/vN/WALKTHROUGH.md with this exact structure:
# Sprint vN — Walkthrough
## Summary
[2-3 sentence summary of what this sprint accomplished]
## Architecture Overview
[ASCII diagram showing the main components and how they connect]
## Files Created/Modified
### [filename.ext]
**Purpose**: [What this file does in 1 sentence]
**Key Functions/Components**:
- `functionName()` — [What it does]
- `ComponentName` — [What it renders/handles]
**How it works**:
[2-3 paragraph plain English explanation. Include relevant code snippets
for the most important logic. Explain WHY, not just WHAT.]
[Repeat for each file]
## Data Flow
[Describe how data moves through the application. Example:
"User submits form → API route validates → Database write →
Redirect to dashboard → Dashboard fetches data → Renders UI"]
## Test Coverage
[List all tests and what they verify]
- Unit: [N tests] — [what they cover]
- Integration: [N tests] — [what they cover]
- E2E: [N tests] — [what they cover]
## Security Measures
[List security features implemented in this sprint]
## Known Limitations
[Be honest about what's missing, hacky, or could be improved]
## What's Next
[Based on the limitations and PRD trajectory, suggest v(N+1) priorities]
Interact with Basecamp via the Basecamp CLI. Full API coverage: projects, todos, cards, messages, files, schedule, check-ins, timeline, recordings, templates, webhooks, subscriptions, lineup, chat, gauges, assignments, notifications, and accounts. Use for ANY Basecamp question or action.
Brainstorm requirements and create sprint PRDs with atomic tasks. Creates sprints/vN/PRD.md and TASKS.md with user stories, architecture, and ordered task breakdowns.
Structured review for design system compliance, TypeScript quality, page structure, security, and accessibility
Multi-agent logo design pipeline orchestrating 6 agents through Strategy, Concepts, Figma, Code, Preview, and QA phases
Pick the highest priority task from the sprint backlog and implement it with TDD, security scanning, and browser-based E2E testing
Scaffold a new page following all Colaberry AI platform standards including locked theming and page structure