skf-brief-skill

Generates a validated skill-brief.yaml from user intent and repository context.

91|9|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/armelhbobdad/bmad-module-skill-forge --skill skf-brief-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skf-brief-skill
Source: https://github.com/armelhbobdad/bmad-module-skill-forge/tree/main/src/skf-brief-skill
Command: npx skills add https://github.com/armelhbobdad/bmad-module-skill-forge --skill skf-brief-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill unit provides a repeatable pathway for turning user intent and repository context into a concrete, validated skill-brief.yaml that drives the SKF create-skill pipeline. It reduces drift and staleness by enforcing a canonical contract for skill scoping and version handling, enabling reliable downstream automation.

Core Features & Use Cases

  • Guided discovery: collects target repository, language, scope hints, and intent to produce a single, coherent skill brief.
  • Validation and governance: enforces schema rules, version precedence, and provenance to maintain consistent skill boundaries.
  • Flexible activation modes: supports interactive and headless (CI) operation, adapting to various workflows.
  • Comprehensive brief output: generates fields such as name, version, target_version, source_repo, language, description, forge_tier, scope, and doc_urls for downstream tooling.

Quick Start

Write a complete skill brief by following the guided discovery and validation steps to produce a write-eligible skill-brief.yaml.

Frequently Asked Questions about skf-brief-skill

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

FAQPage Schema
How do I generate a skill brief from user intent and repository context?

Use guided discovery to collect target repository, language, scope hints, and intent, which orchestrates validation and scoping steps to produce a canonical skill-brief.yaml for downstream automation.

What is skill scope definition and when do I need a canonical brief?

Skill scope definition is the process of turning user intent and repository context into a precise brief. You need it when enforcing a canonical contract for skill scoping and version handling to reduce drift in downstream automation.

Can I run skill brief validation in a headless CI environment?

Yes, skill brief validation supports both interactive and headless modes, allowing you to enforce schema rules, version precedence, and provenance within CI workflows for reliable automation.

What fields are required in a validated skill-brief.yaml output?

A validated skill-brief.yaml output generates fields including name, version, target_version, source_repo, language, description, forge_tier, scope, and doc_urls for downstream tooling consumption.

How does strict version and target handling prevent skill drift?

Strict version and target handling prevents skill drift by enforcing schema rules and version precedence during validation, ensuring consistent skill boundaries and reducing staleness across downstream automation pipelines.

What are the limitations of automated skill scoping for AI agents?

Automated skill scoping requires clear user intent and repository context to function effectively, relying on strict version handling and schema validation to maintain boundaries rather than dynamically inferring missing scope parameters.