create-meta-prompts

Generate chained prompts with XML metadata and dependency detection for Claude pipelines.

2.0k|410|Updated Nov 13, 2025
One-click install
npx skills add https://github.com/glittercowboy/taches-cc-resources --skill create-meta-prompts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-meta-prompts
Source: https://github.com/glittercowboy/taches-cc-resources/tree/main/skills/create-meta-prompts
Command: npx skills add https://github.com/glittercowboy/taches-cc-resources --skill create-meta-prompts

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines complex, multi-stage AI workflows (like research, planning, and implementation) by automating the creation and chaining of prompts. It ensures structured outputs and clear dependencies, eliminating manual prompt crafting and context management between stages.

Core Features & Use Cases

  • Multi-Stage Workflow Automation: Automatically generate and chain prompts for research, planning, and execution, ensuring a logical flow from understanding to delivery.
  • Structured Outputs & Metadata: Prompts produce outputs with embedded XML metadata (confidence, dependencies, open questions) for seamless consumption by subsequent AI stages.
  • Automated Dependency Detection: Intelligently identifies and references existing research or plan outputs, building a coherent workflow without manual linking.

Quick Start

Create a meta-prompt to research authentication libraries for Node.js.

Frequently Asked Questions about create-meta-prompts

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

FAQPage Schema
How do I automate multi-stage AI workflows with prompt chaining?

Prompt chaining orchestrates sequential AI stages by automatically generating and linking prompts for research, planning, and execution. Each stage produces structured outputs with XML metadata (confidence, dependencies, open questions) that feed directly into the next stage, eliminating manual context switching and ensuring logical workflow progression.

What is meta-prompting and when should I use it?

Meta-prompting creates optimized prompts designed for Claude-to-Claude pipelines, automating the generation of prompts that produce structured, machine-readable outputs. Use it when you need to chain multiple AI analysis or planning stages together with preserved dependencies and clear provenance tracking across the workflow.

How do I structure outputs with XML metadata in prompt workflows?

Structured outputs embed XML metadata blocks containing confidence levels, dependency references, open questions, and assumptions. Meta-prompting automates the creation of prompts that enforce this metadata format, ensuring each stage's output is machine-parseable and ready for downstream consumption by subsequent AI stages.

Can I automatically detect dependencies between research, planning, and implementation stages?

Automated dependency detection identifies and references outputs from prior workflow stages without manual linking. The system tracks which stages depend on others, generates per-prompt folders under .prompts with SUMMARY.md files, and ensures dependency-aware execution order across your multi-stage workflow.

What's the difference between meta-prompting and writing prompts manually?

Manual prompt writing requires crafting each stage separately and managing context transfer by hand. Meta-prompting automates prompt generation, dependency linking, and metadata embedding across all stages, reducing errors and ensuring consistency in structured outputs, XML formatting, and workflow coherence.

Do I need Claude Code to use prompt chaining workflows?

Claude Code provides the execution environment for orchestrating chained prompts, but meta-prompting itself is the technique for generating prompts that work together. The Skill applies to any workflow where you're automating multi-stage prompt creation for research, planning, or implementation tasks with structured metadata.