task-brief-creator-caveman

Convert planning notes into structured caveman-style task briefs.

18|3|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/buYoung/skills --skill task-brief-creator-caveman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-brief-creator-caveman
Source: https://github.com/buYoung/skills/tree/main/skills/task-brief-creator-caveman
Command: npx skills add https://github.com/buYoung/skills --skill task-brief-creator-caveman

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Converts planning notes or rough task descriptions into a structured, executable work brief written in caveman full mode, preserving all facts, bullets, and section depths for downstream agents.

Core Features & Use Cases

  • Automatically ground unstructured input into a published brief with the required eight sections.
  • Support for single-brief mode and briefset mode (parent + multiple children) when input implies multiple execution contexts.
  • Caveman output is consumable by downstream agents with deterministic structure, ready for validation.

Quick Start

Provide planning notes or a rough task description and get a caveman-formatted brief ready to save.

Frequently Asked Questions about task-brief-creator-caveman

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

FAQPage Schema
How do I convert rough planning notes into a structured task brief for downstream agents?

To convert rough planning notes into a structured task brief, provide your raw input to generate a caveman-style brief. This preserves all facts and bullets while producing a validation-friendly markdown structure with required sections that downstream agents can execute against.

What is a briefset and when do I need multiple task briefs instead of one?

A briefset is a parent task brief with multiple child briefs used when your input implies multiple execution contexts. You need this mode instead of a single brief when your planning notes warrant splitting the work into distinct downstream execution paths.

Does caveman-style task brief formatting preserve my original bullets and section depths?

Caveman-style task brief formatting preserves all original facts, bullets, and section depths from your planning notes. It grounds unstructured input into a published brief containing the required eight sections without losing hierarchical detail.

Can I use markdown task briefs for automated validation and execution?

You can use these markdown task briefs for automated validation because they output a deterministic structure with required fields. The caveman formatting is specifically designed to be consumable by downstream agents ready for validation checks.