fableplan

Delegate complex software implementation planning to a Fable 5 subagent.

45|7|Updated Jul 4, 2026
One-click install
npx skills add https://github.com/richkuo/rk-skills --skill fableplan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fableplan
Source: https://github.com/richkuo/rk-skills/tree/main/skills/fableplan
Command: npx skills add https://github.com/richkuo/rk-skills --skill fableplan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the challenge of planning complex software tasks by offloading the architectural and implementation planning to a specialized Fable 5 subagent, ensuring high-quality, vetted plans before any code is written.

Core Features & Use Cases

  • Subagent Delegation: Automatically spins up a Fable 5 planning agent to generate detailed, step-by-step implementation plans.
  • GitHub Integration: Fetches existing issues to plan against real requirements and posts the final plan as a comment for team visibility.
  • Safety Guardrails: Performs sanity checks on the generated plan against the codebase and uses isolated git worktrees to prevent accidental changes to the main workspace.

Quick Start

Trigger the fableplan skill by typing fableplan this to initiate a planning session for your current task.

Frequently Asked Questions about fableplan

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

FAQPage Schema
How do I generate a structured development roadmap for complex coding tasks?

To generate a structured development roadmap for complex coding tasks, you can delegate architectural planning to a subagent. This approach offloads implementation planning to produce vetted, step-by-step plans before any code execution begins.

Can I plan GitHub issue resolution using an isolated git worktree?

Yes, you can plan GitHub issue resolution using an isolated git worktree. The planning process integrates with GitHub CLI and manages local git worktrees to ensure a safe, isolated development environment throughout the task.

How do I automate software implementation planning for high-effort coding tasks?

You can automate software implementation planning for high-effort coding tasks by triggering a planning session. This automatically spins up a specialized planning subagent to generate detailed implementation steps against your requirements.

Does the generated implementation plan get posted to GitHub automatically?

Yes, the generated implementation plan is posted to GitHub automatically. The integration fetches existing GitHub issues to plan against real requirements and posts the final vetted plan as a comment for team visibility.

What is subagent delegation for architectural planning in software engineering?

Subagent delegation for architectural planning is the process of offloading complex software implementation design to a specialized agent. It ensures high-quality, vetted development roadmaps are produced by applying architectural foresight before execution.