Epic Meta-Prompting

Generate and execute research and planning prompts for epic workflows.

Updated Jan 5, 2026
One-click install
npx skills add https://github.com/Marcus-Mok-GH/Claude-code-conductor --skill epic-meta-prompting-marcus-mok-gh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Epic Meta-Prompting
Source: https://github.com/Marcus-Mok-GH/Claude-code-conductor/tree/main/.claude/skills/epic-meta-prompting
Command: npx skills add https://github.com/Marcus-Mok-GH/Claude-code-conductor --skill epic-meta-prompting-marcus-mok-gh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, xmllint, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of conducting thorough research and creating detailed plans for complex epic workflows, enhancing efficiency and reducing context pollution.

Core Features & Use Cases

  • Research Prompt Generation: Automatically generates research prompts for technical approaches to epic objectives.
  • Planning Prompt Generation: Creates implementation plans based on research findings.
  • Automated Committing: Automates the copying and committing of research and plan documents to a version control system.
  • State Management: Tracks the status of research and planning phases in a project's workflow.
  • Velocity Enhancement: Accelerates the research and planning phases by up to 3-4 times compared to manual processes.

Quick Start

To generate a research prompt for an epic, run: /create-prompt "Research technical approach for: [epic objective]"

Frequently Asked Questions about Epic Meta-Prompting

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

FAQPage Schema
How do I generate research prompts for epic workflows without polluting the context?

To generate research prompts for epic workflows without context pollution, use isolated sub-agents. This Skill automatically creates research prompts for technical approaches and outputs findings in XML format.

How do I automate committing research and planning documents to git?

To automate committing research and planning documents to git, use this Skill. It copies generated research and plan documents and commits them directly to your version control system.

What is the best way to create implementation plans based on research findings?

The best way to create implementation plans from research findings is using automated planning prompt generation. This Skill creates detailed plans from research outputs and formats them in XML.

Do I need xmllint and git to use automated epic workflow planning?

Yes, you need xmllint and git for automated epic workflow planning. XML parsing handles research and plan outputs, while git operations commit the generated documents to version control.

Can I track the status of research and planning phases in my project workflow?

Yes, you can track the status of research and planning phases. This Skill includes state management to monitor the progress of technical research and implementation planning within a project's workflow.