speckit-onboard-team
Spec-kit workflow command: speckit-onboard-team
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Spec-kit workflow command: speckit-onboard-team
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| 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]
โ.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