team-brief

Crystallize feature ideas into a formal requirements brief at docs/specs/<feature>/brief.md.

1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/davekim917/bootstrap --skill team-brief-davekim917
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-brief
Source: https://github.com/davekim917/bootstrap/tree/main/plugins/workflow/skills/team-brief
Command: npx skills add https://github.com/davekim917/bootstrap --skill team-brief-davekim917

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Crystallize fuzzy feature ideas into a validated, concrete requirements brief and place it under docs/specs/<feature>/brief.md, ensuring consistency and an approval gate before design begins.

Core Features & Use Cases

  • Conversational Q&A to extract clear requirements and define scope.
  • Writes a structured brief at docs/specs/<feature>/brief.md using a standardized template.
  • Enforces an approval gate and traceable decisions across Step 1–5.
  • Optional discovery-only flow to produce docs/project-scope.md via scope discovery (selective mode).

Quick Start

Run /team-brief --scope-only to perform discovery and generate docs/project-scope.md, then stop.

Frequently Asked Questions about team-brief

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert ambiguous feature ideas into a structured requirements brief?

To convert ambiguous feature ideas into a structured requirements brief, this Skill uses conversational Q&A to extract clear requirements and writes a validated brief at docs/specs/<feature>/brief.md. It enforces an approval gate before design begins.

What is the best way to define project scope before starting formal requirement discovery?

The best way to define project scope before formal requirement discovery is running the optional discovery-only flow. This generates a docs/project-scope.md artifact to establish boundaries and stops before the full Q&A process.

How do I ensure traceability for HARD and SOFT constraints during project scoping?

To ensure traceability for HARD and SOFT constraints during project scoping, the workflow captures decisions and constraints across Steps 1 through 5. This maintains conformity to project-scope artifacts and records constraints for later validation.

Does this requirements discovery process enforce an approval gate before design begins?

Yes, the requirements discovery process enforces an approval gate before design begins. It crystallizes fuzzy ideas into a formal requirements brief and ensures all decisions are validated and traceable across Step 1 to Step 5.

Can I generate a project scope document without running the full requirements brief workflow?

Yes, you can generate a project scope document without running the full workflow by using the selective discovery mode. Executing the scope-only command performs initial discovery to produce docs/project-scope.md and then stops.