skf-brief-skill

Generate validated skill-brief.yaml files through structured scoping workflows.

Updated May 5, 2026
One-click install
npx skills add https://github.com/devalexanderdaza/bmad-any --skill skf-brief-skill-devalexanderdaza
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skf-brief-skill
Source: https://github.com/devalexanderdaza/bmad-any/tree/main/.cursor/skills/skf-brief-skill
Command: npx skills add https://github.com/devalexanderdaza/bmad-any --skill skf-brief-skill-devalexanderdaza

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

Creating agent skills without clear, tight scope definitions leads to bloated, hard-to-route skills that fail to meet user needs. This Skill eliminates that ambiguity by guiding users through a structured scoping workflow to produce valid, actionable skill-brief.yaml files that drive downstream skill compilation.

Core Features & Use Cases

  • Guided Intent Gathering: Collects target repository info, user intent, and scope hints through interactive or headless prompts.
  • Automated Target Analysis: Detects repository language, structure, public API surface, and version automatically for supported languages.
  • Collaborative Scope Definition: Walks users through selecting scope types (full-library, public-api, component-library, etc.) and defining include/exclude boundaries.
  • Validated Brief Generation: Outputs a schema-valid skill-brief.yaml that serves as the input contract for the create-skill compilation workflow.
  • Use Case: A developer building a skill for the Stripe API uses this tool to define a narrow scope covering only payment intents and subscriptions (excluding internal HTTP plumbing), analyze the Stripe repo's exports, and generate a brief that create-skill uses to build the final SKILL.md.

Quick Start

Use the skf-brief-skill to generate a validated skill-brief.yaml for the target repository or documentation set you want to convert into an agent skill, following the guided prompts to define scope and output the required brief file.

Frequently Asked Questions about skf-brief-skill

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

FAQPage Schema
What is skill scoping for agent skill authoring?

Skill scoping defines precise boundaries for agent skills to prevent bloated, unroutable outputs. It produces a validated skill-brief.yaml file specifying target repositories and scope types like full-library or docs-only.

How do I create a skill-brief.yaml for a code library?

To create a skill-brief.yaml, use a guided scoping workflow that collects repository info and scope hints. The workflow detects the repository language and public API surface, then outputs a schema-valid brief for skill compilation.

Does skill scoping work for documentation sets and component libraries?

Yes, skill scoping supports documentation sets and component libraries. You can define scope types such as docs-only, component-library, reference-app, specific-modules, or public-api to generate a validated brief.

Can I automate skill brief generation headless without interactive prompts?

Yes, you can automate skill brief generation headlessly. The scoping workflow supports headless automation by collecting target repository info and user intent without interactive prompts to output the brief file.

What's the best way to define scope boundaries for agent skills?

The best way to define scope boundaries is through collaborative scoping workflows that let you select scope types and set include or exclude boundaries. This creates a standardized input contract for skill compilation.

Why does my agent skill fail to route correctly during compilation?

Agent skills fail to route correctly when they lack clear, tight scope definitions, leading to bloated skills. Using a structured scoping workflow to generate a validated skill-brief.yaml eliminates this ambiguity.