kickoff
Project kickoff checklist based on lessons learned from previous projects. Generates a tailored checklist and optionally creates GitHub issues.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Project kickoff checklist based on lessons learned from previous projects. Generates a tailored checklist and optionally creates GitHub issues.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | kickoff |
| description | Project kickoff checklist based on lessons learned from previous projects. Generates a tailored checklist and optionally creates GitHub issues. |
| argument-hint | ["project-name or description"] |
| user-invocable | true |
Generate a tailored project kickoff checklist based on accumulated lessons learned from previous projects.
Project name or description: $ARGUMENTS
If no arguments provided, ask the user:
Search for a lessons learned document in this order (first match wins):
~/.claude/knowledge/project-lessons-learned.mdIf not found, ask the user: "Do you have a lessons learned document? Provide the path, or run /retro on a completed project first."
The document contains concrete lessons from previous projects, categorized as:
For each lesson in the document, determine if it's relevant to this project based on the tech stack and project description:
Mark each lesson as:
Present a tailored checklist grouped by timing:
Items that must be done before writing feature code.
Items to check for every feature/epic.
Items to verify before any public release.
For each checklist item:
Ask the user which of these they want:
Wait for the user's choice before taking action.
Create issues with label kickoff in the project repo. Group related items into single issues (e.g., all legal items in one issue).
Add a ## Project Kickoff Decisions section to the project's CLAUDE.md with the relevant lessons as rules. Include links back to the lessons learned document for context.
Create docs/architecture/decisions/ directory with template ADR files for each decision that needs to be made (e.g., adr-payment-provider.md, adr-external-services.md).
/retro on completed projects firstAutomatically implement all sub-issues of an epic in dependency order
Implement a GitHub issue with automated PR creation
End-of-session retrospective. Captures knowledge from any working session (debug, implementation, config, deployment) as reusable scripts, CLAUDE.md procedures, or skill proposals. Run before ending a session to prevent knowledge loss.
Decompose a large GitHub issue into sub-issues and create a tracking draft PR
OWASP-guided security code review for a specific domain or issue
Generate a professional architecture diagram from codebase analysis