One-click install
npx skills add https://github.com/Dragoon0x/dragoon-skills --skill brief-dragoon0x
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brief
Source: https://github.com/Dragoon0x/dragoon-skills/tree/main/skills/brief
Command: npx skills add https://github.com/Dragoon0x/dragoon-skills --skill brief-dragoon0x

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Drafting product briefs for new features often requires manually gathering context about your codebase's stack, design patterns, and existing components, which is time-consuming and leads to briefs that don't align with actual project constraints.

Core Features & Use Cases

  • Auto-loaded codebase context: Pulls stack details, type system, color palette, and component count directly from dragoon.json to ground the brief in your actual project.
  • Structured template generation: Creates a consistent brief format covering one-line idea, success metrics, risk assessment, and MVP scope so you don't have to build the structure from scratch.
  • Use case: When planning to add a user authentication feature to your app, the skill will auto-populate the brief with your existing auth component count and stack details to help you assess scope and feasibility upfront.

Quick Start

Use the brief skill to generate a structured product brief for your new feature idea, pre-filled with your codebase's context.

Frequently Asked Questions about brief

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

FAQPage Schema
What is the purpose of including codebase context in product briefs?

Product briefs for new features require accurate project constraints like stack details and component counts to be feasible. Auto-loading codebase context ensures your feature planning aligns with actual project limitations rather than assumptions.

Do I need a specific file format to auto-populate product briefs with project metadata?

Write a product brief by feeding a one-line idea into a generator that uses codebase scanning data to pre-fill structured sections. It pulls stack, type system, palette, and component inventory data to structure MVP scope and risk assessment.

What limitations exist when drafting product requirements with codebase scanning tools?

You need a pre-generated dragoon.json file containing your codebase stack, type system, palette, and component inventory data. This file is required for the brief skill to accurately auto-populate project-specific context.

How do I generate a product brief that aligns with my existing codebase context?

The main limitation is the strict dependency on a pre-generated dragoon.json file; without it, the tool cannot auto-populate project-specific context. It is designed for early-stage initiative scoping rather than detailed technical implementation planning.