epic-plan

Automate Phase 2 architecture planning and generate architecture documentation files.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/antigravityos187-sketch/universal-or-strategy --skill epic-plan-antigravityos187-sketch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: epic-plan
Source: https://github.com/antigravityos187-sketch/universal-or-strategy/tree/main/.bob/skills/epic-plan
Command: npx skills add https://github.com/antigravityos187-sketch/universal-or-strategy --skill epic-plan-antigravityos187-sketch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines Phase 2 Architecture Planning for the Wave 7 epic by automating dependency analysis, reading, and creating the architecture plan documentation.

Core Features & Use Cases

  • Dependency Analysis: Automates blast radius, dependency graph, call hierarchy, and coupling metrics calculations.
  • Input Reading: Reads and interprets various documents like 00-scope.md and 01-scope-boundary.md.
  • Output Creation: Generates a 02-architecture-plan.md with all required details, including Jane Street KB rules, target method details, and invariants.
  • Manifest Update: Updates the manifest.json file to reflect completion status.

Quick Start

Run the epic-plan skill with the Epic ID argument, e.g., run epic-plan -- <Epic-ID>.

Frequently Asked Questions about epic-plan

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

FAQPage Schema
How do I automate architecture planning and dependency analysis for software epics?

Automated architecture planning is performed by reading scope documents, calculating dependency blast radius and coupling metrics, and generating a structured architecture plan markdown file.

What is dependency blast radius analysis in software development?

Dependency blast radius analysis calculates the potential impact of code changes across a software project by evaluating dependency graphs, call hierarchies, and coupling metrics.

How do I generate an architecture plan document from scope boundary files?

Generating an architecture plan involves reading 00-scope.md and 01-scope-boundary.md files, applying Jane Street KB rules, and outputting a 02-architecture-plan.md with invariants.

Can I use jCodemunch for dependency graph and coupling metrics calculations?

Yes, jCodemunch MCP is utilized during architecture planning to automate dependency graph generation, call hierarchy mapping, and coupling metrics calculations for software epics.

How do I update manifest.json to reflect architecture planning completion status?

Updating the manifest file is handled automatically after the architecture plan document is generated, modifying manifest.json to reflect the completion status of the planning phase.