plan

Translate approved specs into layered blueprints and test skeletons.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/LeoCode03/spkie_gpu --skill plan-leocode03
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/LeoCode03/spkie_gpu/tree/main/.claude/skills/plan
Command: npx skills add https://github.com/LeoCode03/spkie_gpu --skill plan-leocode03

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Translates an approved spec into a layered implementation blueprint and proportional test skeletons, eliminating ambiguity after a CR-spec is approved and enabling deterministic delivery.

Core Features & Use Cases

  • Identifies implementation approaches, compares trade-offs, and recommends one aligned with project architecture.
  • Generates a full layered blueprint (domain, application, outbound/inbound adapters, config) and a coordinated test skeleton plan mapped to acceptance criteria.
  • Provides a ready-to-execute plan that waits for human confirmation before proceeding to build.

Quick Start

Provide the CR-ID to initiate planning and generate the full blueprint and test skeletons.

Frequently Asked Questions about plan

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

FAQPage Schema
How do I turn an approved spec into a testable implementation blueprint?

To turn an approved spec into a blueprint, this process translates specifications into a layered architecture and proportional test skeletons, ensuring deterministic delivery and eliminating ambiguity after approval.

How do I generate test scaffolding mapped to acceptance criteria from a spec?

Generating test scaffolding from a spec creates proportional test skeletons directly aligned with your acceptance criteria, validating options and presenting trade-offs before finalizing the concrete plan.

Can I compare implementation approaches and trade-offs before finalizing a plan?

You can compare implementation approaches by validating options and presenting trade-offs within the planning phase, recommending the approach most aligned with your project architecture before generating the final blueprint.

What's the best way to structure a layered architecture blueprint for a new feature?

The best way to structure a layered architecture blueprint is by decomposing the spec into domain, application, outbound and inbound adapters, and config layers to ensure coordinated implementation.

Does the blueprint generation process wait for human confirmation before proceeding?

Yes, the blueprint generation process awaits human confirmation before proceeding to build, ensuring you review the wave-based task decomposition and validate the recommended approach.