speckit-onboard-team
Spec-kit workflow command: speckit-onboard-team
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Spec-kit workflow command: speckit-onboard-team
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Archive a feature specification into main project memory after merge, resolving gaps and conflicts
Like /speckit.clarify but includes concise explanations of why each clarification matters, pros/cons of options, and reasoning behind recommendations — designed to build senior-level thinking skills.
Generate visual diagram files (component, system design, software architecture) with Mermaid illustrations and reasoning derived from core spec artifacts — designed to help engineers internalize architecture before implementation.
Generate a concise educational guide explaining the technical decisions, patterns, and concepts applied during feature implementation — designed to help early-career engineers learn senior-level reasoning from AI-assisted work.
Spec-kit workflow command: speckit-onboard-start
Reconcile implementation drift by updating the feature's own spec, plan, and tasks
| name | speckit-onboard-team |
| description | Spec-kit workflow command: speckit-onboard-team |
| compatibility | Requires spec-kit project structure with .specify/ directory |
| metadata | {"author":"github-spec-kit","source":"onboard:commands/team.md"} |
/onboard team [--report] [--dev <name>]
--report: export a full team progress report to .onboard/team-report.md--dev <name>: filter output to a specific developer's profileYou are executing the /onboard team command of the spec-kit-onboard extension.
Scan the .onboard/ directory for all profile.json files. The expected layout is:
.onboard/
├── profile.json — single-developer setup (legacy)
└── profiles/
├── <name>.profile.json — per-developer profiles
└── ...
Support both layouts:
.onboard/profile.json): treat as a one-person team..onboard/profiles/*.profile.json): load all files found.If no profiles are found, respond: "No developer profiles found. Each team member should run /onboard start --dev <name> to create their profile."
If --dev <name> is provided, filter to only that developer's profile.
For each profile loaded, extract:
tasks_completed[] countexplained_artifacts[] counttrails_generated[] countquiz_history: best score and latest scorebadges.earned[] count and listlast_updated timestamp--report)✦ team — [N] developer(s)
Developer Level Tasks Badges Last active
───────────────────────────────────────────────────────
[name] [level] [N] [N]/9 [date]
[name] [level] [N] [N]/9 [date]
Most active: [name] — [N] tasks completed
Most prepared: [name] — [N] artifacts read, best quiz score [N]/5
Most badged: [name] — [N]/9 badges earned
Run /onboard team --report to export the full report.
If only one developer: omit the comparison summary lines.
--report)Generate .onboard/team-report.md using the template at templates/team-report.md.
Populate each section:
Header: project name (from memory.md), generation date, number of developers.
Per-developer section: for each profile, sorted by tasks_completed descending:
Team summary section:
features/*/tasks.md assignments if available)After generating, display:
✦ team — report exported to .onboard/team-report.md
Developers: [N] | Total tasks completed: [N] | Features covered: [N/total]
—.