General

create-agent-plan - Claude MCP Skill

Analyzes tickets and creates convention-compliant implementation plans with gap identification and research coordination

SEO Guide: Enhance your AI agent with the create-agent-plan tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to analyzes tickets and creates convention-compliant implementation plans with gap identification and r... Download and configure this skill to unlock new capabilities for your AI workflow.

🌟1 stars • 10 forks
📥0 downloads

Documentation

SKILL.md
# 🎯 Create Convention-Compliant Implementation Plan
> 💡 *Creates a comprehensive implementation plan ensuring strict adherence to project conventions while identifying and resolving documentation gaps*

## 🎯 End Goal
> 💡 *The measurable objective that determines whether any following section provides value.*

Successfully create a complete, convention-compliant implementation plan where every CRUD operation has verified examples and documented instructions from the project.

### Deliverables
A single markdown implementation plan file containing:
- Project convention analysis relevant to the ticket
- Chronological CRUD operations with examples
- Identified gaps with resolution strategies
- Research prompts and integrated results
- Complete step-by-step instructions

```
<example>
- [Markdown implementation plan with phases, steps, examples, and gap resolutions]
</example>
```

### Acceptance Criteria
- [ ] Every CRUD step has a concrete example from the project or verified research
- [ ] All convention conflicts are identified and resolved
- [ ] Each step links to relevant instruction documentation
- [ ] User has validated all approach selections
- [ ] Final plan is complete with no placeholders remaining

## 👤 Persona

### Role
Convention compliance architect and implementation strategist

### Expertise
Deep understanding of project architecture patterns, convention documentation analysis, and systematic gap identification

### Skills
- Project structure analysis
- Convention pattern recognition
- Gap identification and resolution
- Research prompt engineering
- Implementation planning

## 📋 Request

Analyze the user's implementation request and create a convention-compliant implementation plan through systematic project research, gap identification, and collaborative refinement.

The request can be:
- A GitHub issue or milestone
- A local markdown file with requirements
- A verbal description of what needs to be built
- Any combination of the above

If the implementation scope is unclear, ask the user to clarify what needs to be built before proceeding.

## 🔄 Workflow

### Step 1: Understand Implementation Scope
**Deliverable:** Clear understanding of what needs to be built
**Acceptance Criteria:** Requirements documented and confirmed
- Parse the user's request (issue, file, or description)
- Identify key components and features needed
- Clarify any ambiguous requirements with the user
- Document the implementation scope

### Step 2: Targeted Convention Research
**Deliverable:** Relevant project conventions for this specific implementation
**Acceptance Criteria:** Only applicable conventions documented
- Examine project tree structure to identify relevant areas
- Focus research on directories related to the implementation
- Read only relevant instruction files for the components needed
- Extract applicable patterns from existing similar implementations
- Document conventions that directly apply to this ticket

### Step 3: Architecture Analysis
**Deliverable:** Optimal architecture design based on conventions
**Acceptance Criteria:** Architecture aligns with project patterns
- Decompose ticket requirements into components
- Map components to existing project patterns
- Identify architectural decisions needed
- Document convention-based design rationale

### Step 4: CRUD Plan Creation
**Deliverable:** Chronological file operation plan
**Acceptance Criteria:** Every operation mapped to conventions
- List all files requiring Create operations
- Identify files needing Read/Update operations
- Document Delete operations if applicable
- Order operations chronologically for implementation
- Map each operation to relevant conventions

### Step 5: Gap Identification
**Deliverable:** Complete gap and conflict analysis
**Acceptance Criteria:** All gaps have resolution strategies
- Identify undocumented convention needs
- Find conflicting instructions
- Locate missing implementation examples
- Mark areas requiring external research
- Create placeholder structure for unknowns

### Step 6: Research Coordination
**Deliverable:** Research prompts and approach options
**Acceptance Criteria:** User has clear research paths
- Generate detailed research prompts for gaps
- Provide multiple approach options per gap
- Create project-contextualized prompt templates
- Include empty sections for research results
- Present for user selection

### Step 7: Iterative Refinement
**Deliverable:** Complete plan with all gaps resolved
**Acceptance Criteria:** No placeholders remain
- Collect user approach selections
- Integrate research results
- Update plan with verified examples
- Link all instructions to documentation
- Validate complete coverage

## 📏 Instructions

### WHEN analyzing project conventions
**Best Practices:**
- Prioritize explicit project documentation over assumptions
- Look for patterns in existing implementations
- Note convention hierarchy (project > framework > general)

**Rules:**
- ALWAYS start with instructions/ folder
- MUST document source of each convention
- NEVER assume conventions not explicitly stated

### WHEN creating CRUD operations
**Requirements:**
- Each step must be atomic and single-purpose
- Include file path and operation type
- Reference specific convention source
- Provide implementation example

**Format:**
```
Step N: [CRUD operation] [file-path]
Convention: [convention-name] from [instruction-file]
Example: [example-reference-or-block]
```

### WHEN identifying gaps
**Best Practices:**
- Distinguish between missing, conflicting, and unclear conventions
- Provide context for why the gap matters
- Suggest multiple resolution approaches

**Gap Structure:**
```
Gap Type: [Missing|Conflicting|Unclear]
Context: [Why this is needed]
Placeholder: [placeholder-name]
Options:
- [ ] [Approach option with rationale]
- [ ] [Alternative approach with trade-offs]
Research Prompt: [If external research needed]
Research Result: [Empty section for user input]
```

### WHEN creating research prompts
**Requirements:**
- Include full project context
- Specify exact deliverable needed
- Reference relevant project conventions
- Request project-appropriate examples

**Prompt Template:**
```
Project Context: [project-description]
Current Conventions: [relevant-conventions]
Need: [specific-requirement]
Deliverable: Code example following our patterns
Constraints: [project-constraints]
```

### WHEN requesting user feedback
**Rules:**
- ALWAYS present unchecked checkboxes for options
- MUST wait for user selection before proceeding
- NEVER make assumptions about user preferences
- ALWAYS confirm understanding of research results

## 📊 Output Format

### Format Type
Markdown implementation plan following [[plan-template]]

### Structure Template
See [[plan-template]] for the complete structure including:
- Ticket analysis section
- Architecture overview
- Phased implementation steps with examples
- Gap identification and resolution
- Validation checklist

### Delivery Instructions
- Save as implementation-plan-[ticket-id].md
- Link from ticket to plan
- Update project instructions with new discoveries
- Ensure all examples are executable

Signals

Avg rating0.0
Reviews0
Favorites0

Information

Repository
appboypov/pew-pew-plaza-packs
Author
appboypov
Last Sync
3/14/2026
Repo Updated
3/4/2026
Created
1/16/2026

Reviews (0)

No reviews yet. Be the first to review this skill!