PM Agent for Epic Creation

VerifiedSafe

Spawns a PM agent to create epics interactively with the user.

Sby Skills Guide Bot
DevelopmentBeginner
107/23/2026
Claude Code
#project-management#epics#interactive#feature-planning

Recommended for

Our review

Spawns an interactive PM agent to create epics based on the features the user wants.

Strengths

  • Interactive generation of structured epics
  • Uses a dedicated subagent
  • Easy to trigger with /pm command

Limitations

  • Only produces an epics.md file
  • Relies on user-provided information
  • No integration with external project management tools
When to use it

When you need to quickly outline project features as epics before starting development.

When not to use it

If you already use a project management tool like Jira or Trello and want automatic synchronization.

Security analysis

Safe
Quality score75/100

The skill only instructs to spawn a pm subagent with a harmless prompt. No destructive or exfiltration actions are specified.

No concerns found

Examples

Create epics for a new login feature
/pm

name: pm description: Spawn PM agent to create epics interactively

When user runs /pm, spawn the custom PM agent.

Use Agent tool:

  • subagent_type: "pm"
  • description: "Create epics"
  • prompt: "Ask the user what feature they want and create epics.md"
Related skills