Creates optimized prompts for Claude-to-Claude pipelines with research, planning, and execution stages. Use when building prompts that produce structured outputs for other prompts to consume, or when running multi-stage workflows. Do not use for simple prompts, single-step tasks, or basic conversational AI.
Creates optimized prompts for multi-stage Claude-to-Claude workflows with structured XML metadata.
/plugin marketplace add Git-Fg/thecattoolkit/plugin install sys-cognition@cattoolkitThis skill is limited to using the following tools:
references/do-patterns.mdreferences/execution-logic.mdreferences/metadata-guidelines.mdreferences/plan-patterns.mdreferences/question-bank.mdreferences/research-patterns.mdreferences/summary-template.mdreferences/usage-workflow.mdCreate prompts optimized for Claude-to-Claude communication in multi-stage workflows. Outputs are structured with XML metadata for efficient parsing by subsequent prompts.
.prompts/
├── 001-topic-research/
│ ├── 001-topic-research.md # Prompt
│ ├── topic-research.md # Output
│ └── SUMMARY.md # Human summary
├── 002-topic-plan/
│ ├── 002-topic-plan.md
│ ├── topic-plan.md
│ └── SUMMARY.md
/create-meta-prompt research authentication options for the app
What it does:
.prompts/{number}-{topic}-research//create-meta-prompt plan the auth implementation approach
What it does:
/create-meta-prompt implement JWT authentication
What it does:
For gathering information with structured output.
Structure:
<objective>
Research {topic} to inform {purpose}
</objective>
<context>
{Background and requirements}
</context>
<output>
Save to: .prompts/{num}-{topic}-research/{topic}-research.md
Include: findings, recommendations, metadata
Create: SUMMARY.md
</output>
For creating approaches and strategies.
Structure:
<objective>
Create implementation plan for {topic}
</objective>
<context>
Research: @.prompts/{num}-{topic}-research/{topic}-research.md
</context>
<output>
Save to: .prompts/{num}-{topic}-plan/{topic}-plan.md
Include: phases, tasks, dependencies
Create: SUMMARY.md
</output>
For executing tasks and producing artifacts.
Structure:
<objective>
{What to build/create/fix}
</objective>
<context>
Plan: @.prompts/{num}-{topic}-plan/{topic}-plan.md
</context>
<output>
Create/modify: specified files
Verify: tests and checks
Create: SUMMARY.md
</output>
Straightforward execution of one prompt:
.prompts/{number}-{topic}-{purpose}/{number}-{topic}-{purpose}.mdFor chained prompts:
For independent prompts:
Automatically detects dependencies:
*-research.md and *-plan.mdAfter execution, verifies:
Every execution creates SUMMARY.md:
# {Topic} {Purpose} Summary
**{Substantive one-liner describing outcome}**
## Key Findings
- {Finding 1}
- {Finding 2}
## Files Created
- `path/file.ext` - Description
## Decisions Needed
{Specific items or "None"}
## Next Step
{Concrete forward action}
Templates:
Supporting:
Prompt Creation:
Execution:
This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.