create-meta-prompts

Create multi-stage prompt chains with XML outputs and SUMMARY.md for agent workflows.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/aaronvstory/taches-oc-prompts-opencode --skill create-meta-prompts-aaronvstory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-meta-prompts
Source: https://github.com/aaronvstory/taches-oc-prompts-opencode/tree/main/skills/create-meta-prompts
Command: npx skills add https://github.com/aaronvstory/taches-oc-prompts-opencode --skill create-meta-prompts-aaronvstory

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Manually crafting multi-stage prompts for agent-to-agent workflows is tedious and error-prone. This Skill automates the creation of structured prompts designed for sequential research, planning, and implementation, enabling reliable chaining and provenance.

Core Features & Use Cases

  • Create prompts optimized for Agent-to-Agent pipelines with XML metadata and a SUMMARY.md for quick human review.
  • Automatically detect and reference existing research/plan outputs to build dependency-aware execution chains.
  • Store each prompt in its own .prompts/{number}-{topic}-{purpose}/ folder with clear provenance and archiving.
  • Generate prompts that yield machine-friendly outputs for downstream prompts to consume.

Quick Start

Describe your task to generate a multi-stage prompt chain; Opencode will create a new prompt chain in .prompts and guide execution.

Frequently Asked Questions about create-meta-prompts

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

FAQPage Schema
How do I create multi-stage prompts for agent-to-agent workflows?

Multi-stage prompts for agent-to-agent workflows are created by structuring sequential research, planning, and implementation phases into an XML-rich prompt chain. This process generates a versioned SUMMARY.md and dependency-aware artifacts that downstream prompts can consume and extend automatically.

What is the best way to chain agent prompts with XML metadata and provenance?

Chaining agent prompts with XML metadata requires saving each prompt in its own `.prompts/{number}-{topic}-{purpose}/` folder. This approach ensures clear provenance, enables automatic detection of existing outputs, and yields machine-friendly artifacts for downstream prompt consumption.

How do I generate a ready-to-run plan for downstream prompts to consume?

A ready-to-run plan for downstream prompts is generated by defining explicit dependencies and a versioned SUMMARY.md within a multi-stage prompt chain. This allows sequential agents to automatically detect and reference prior research and planning outputs to build dependency-aware execution chains.

Does this prompt engineering workflow support automatic detection of existing prompts for chaining?

Yes, this prompt engineering workflow supports automatic detection of existing prompts for chaining. It identifies prior research and plan outputs to build dependency-aware execution chains, ensuring each new prompt correctly references and extends the XML-rich artifacts generated by previous stages.

Can I use Opencode to automate sequential research, planning, and implementation phases?

You can use Opencode to automate sequential research, planning, and implementation phases by describing your task to generate a multi-stage prompt chain. Opencode creates the prompt chain in the `.prompts` directory and guides execution to produce structured, machine-friendly outputs.