Plan

SkillMedia

Use when asked to plan, design, or architect a solution, before writing implementation code

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Plan skill

What this skill tells your AI

The instructions your AI receives, as published by storyblok/monoblok in .agents/skills/plan/SKILL.md and read by ahel’s review.

Create an implementation plan for: $ARGUMENTS

Current state

  • Branch: !git branch --show-current
  • Working tree: !git status --short 2>/dev/null | head -20

Instructions

  1. Understand the request - Read relevant files to understand current state
  2. Identify scope - What files need to change? What's the impact?
  3. Design approach - How will you implement this?
  4. Plan tests - What tests will verify correctness?

Output Format

## Summary

[1-2 sentences describing what this plan achieves]

## Files to Modify

| File            | Change            |
| --------------- | ----------------- |
| path/to/file.ts | Brief description |

## Implementation Steps

1. Step one
2. Step two
3. ...

## Test Plan

- [ ] Test case 1
- [ ] Test case 2

## Verification Commands

\`\`\`bash pnpm nx lint <package> pnpm nx test <package> pnpm nx run <package> test:types \`\`\`

## Risks/Open Questions

- Any assumptions or unknowns

Output

Write the plan to claude-output/plan-<identifier>.md.

Rules

  • Keep the plan focused and actionable
  • Only include files that actually need changes
  • Verification commands must be real and runnable
  • If requirements are unclear, ask before planning

Signals

GitHub stars
65
Forks
44
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
plan-storyblok
Source
github.com/storyblok/monoblok