ワンクリックで
specrew-team
Manage Squad team members and baseline-role composition in the current Specrew project.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Manage Squad team members and baseline-role composition in the current Specrew project.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Run live continuous co-review or replay persisted reviewer evidence for an iteration.
Run live continuous co-review or replay persisted reviewer evidence for an iteration.
Run live continuous co-review or replay persisted reviewer evidence for an iteration.
Perform a Specrew human-verdict boundary stop on the Claude host. Renders the FULL Rule 46 six-section human re-entry packet AND the verdict options as one Markdown message, with the AskUserQuestion picker disabled so the packet cannot collapse into the picker's short header/option fields. Invoke at EVERY human-judgment boundary stop (specify, clarify, plan, tasks, before-implement, implement, review, retro, feature-closeout, lifecycle-end). Triggers: boundary stop, verdict, approve / redirect / send back, why I stopped, human re-entry packet, gate stop.
{what this skill teaches agents}
Run Specrew's per-lens design workshop and collaborative design-analysis. Use whenever you work the design lenses for a feature: at specify/intake (the lens workshop) and at the design-analysis stop (co-design the architecture), and RE-INVOKE at the start of EACH new lens (architecture, data, ui-ux, security, integration, devops, requirements/NFR, observability, component). Triggers: design, design lens, lens workshop, design-analysis, architecture, trade-offs, co-design, explore options, decompose, or moving from one lens to the next. Tells you to facilitate each lens as a discussion, surface diagrams the human can actually SEE (console ASCII inline; mermaid/html to a file with a clickable file:/// link), co-design components/responsibilities/flows WITH the human instead of handing over finished options, capture the agreements, and which per-lens md to load.
| name | specrew-team |
| description | Manage Squad team members and baseline-role composition in the current Specrew project. |
Type: Operational Skill
Schema: v1
Status: Active
Namespace: /specrew
Canonical command: /specrew-team
Manage Squad team members and baseline-role composition in the current Specrew project.
This skill manages team configuration only. It does not authorize or imply approval to advance any lifecycle boundary. Managed baseline roles (Spec Steward, Planner, Implementer, Reviewer, Retro Facilitator) are preserved according to the baseline-role rules.
This skill is part of the /specrew-* command surface and does not collide with /speckit.* commands.
/specrew-team list [--project-path <path>]
/specrew-team add <member-name> --role <role> --charter <text> [--project-path <path>]
/specrew-team update <member-name> [--role <role>] [--charter <text>] [--project-path <path>]
/specrew-team remove <member-name> [--project-path <path>]
Backed by: specrew team / scripts/specrew-team.ps1
| Subcommand | Description |
|---|---|
list | Show current team members and their roles |
add <member-name> | Add a new team member |
update <member-name> | Update an existing team member's role or charter |
remove <member-name> | Remove a non-baseline team member |
| Input | Type | Required | Description |
|---|---|---|---|
--project-path | string | No | Target Specrew project path (defaults to current directory) |
| Input | Type | Required | Description |
|---|---|---|---|
--role | string | Required for add | Human-readable role name |
--charter | string | Required for add | Charter text describing the role's responsibilities |
Only the subcommands and options listed above are accepted in v1. Unknown subcommands or options are rejected with explicit help guidance.
| Failure mode | Behavior |
|---|---|
| Unknown subcommand | Rejected with usage guidance |
Missing required option (for example --role for add) | Rejected with command-specific help |
| Attempt to remove a baseline role | Blocked with explanation that baseline roles are managed by Specrew |
| Missing project setup | Stop with specrew init remediation |
/specrew-help — catalog fallback and full command list/specrew-where — project status dashboard (includes team view with --team)