skill-meta

Plan and create task directories and state records for .claude/ system changes.

3|1|Updated May 21, 2024
One-click install
npx skills add https://github.com/benbrastmckie/.dotfiles --skill skill-meta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-meta
Source: https://github.com/benbrastmckie/.dotfiles/tree/main/.claude/skills/skill-meta
Command: npx skills add https://github.com/benbrastmckie/.dotfiles --skill skill-meta

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides an interactive mechanism to plan and execute .claude/ system changes by translating user prompts into actionable tasks, wiring workflows, and ensuring traceable state management.

Core Features & Use Cases

  • Interactive interviews and guided prompts to specify tasks, dependencies, and milestones for system changes.
  • Delegation to a dedicated meta-builder-agent that returns a structured set of tasks and metadata.
  • Postflight handling that commits results and ensures task provenance after subagent completion.

Quick Start

Invoke /meta to start an interactive session. The skill will guide you through task decomposition, then generate task directories and state records for the requested system changes.

Frequently Asked Questions about skill-meta

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

FAQPage Schema
How do I interactively plan and build .claude system changes?

To interactively build .claude system changes, invoke the /meta command to start a guided interview that decomposes prompts into task directories, state records, and agent workflows.

What is a meta-builder-agent for task decomposition and workflow orchestration?

A meta-builder-agent is a dedicated subagent spawned via the Task tool that translates interactive user prompts into structured tasks, dependencies, and milestones for system orchestration.

How do I create task directories and state records from user prompts?

You create task directories and state records by running an interactive interview session that delegates prompt translation to a subagent, which returns a standardized JSON result with artifacts and delegation metadata.

Can I use interactive task management to wire workflows for Claude agents?

Yes, interactive task management wires workflows for Claude agents by guiding you through task decomposition and generating the necessary state records and agent workflow configurations.

What is the best way to ensure traceable state management for .claude system modifications?

The best way to ensure traceable state management is to use an interactive planning skill that commits postflight results and records task provenance after the subagent completes its execution.

Does this interactive system build approach handle postflight commits and task provenance?

Yes, the interactive system build approach handles postflight commits by committing results and ensuring task provenance automatically after the meta-builder-agent finishes processing.