plan

Generate implementation plans and test skeletons from approved CR specs.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/Angel1104/architecture-docs --skill plan-angel1104
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/Angel1104/architecture-docs/tree/main/FE-MOBILE/commands/plan
Command: npx skills add https://github.com/Angel1104/architecture-docs --skill plan-angel1104

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a repeatable process to translate an approved CR spec into a concrete implementation plan and a proportional set of test skeletons, eliminating confusion and delays in project kickoff.

Core Features & Use Cases

  • Identify implementation options from the approved spec and recommend a single path.
  • Generate a layered blueprint covering domain, data, and presentation concerns, plus test skeletons aligned to acceptance criteria.
  • Require a CR-ID and human confirmation before work begins to ensure alignment with business priorities.

Quick Start

Provide the CR-ID of an approved spec to generate the plan and tests.

Frequently Asked Questions about plan

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

FAQPage Schema
How do I generate an implementation plan from an approved CR spec?

You can generate an implementation plan by providing the CR-ID of an approved spec. The skill reads the spec and related references to produce a plan document with options, a recommended approach, and a layered blueprint.

Can I automatically create test skeletons aligned with acceptance criteria?

Yes, test skeletons are generated automatically alongside the implementation plan. These scaffolds are proportionally aligned with the acceptance criteria defined in the approved CR spec.

What is the unified-cr-workflow process for project kickoff?

The unified-cr-workflow process requires a CR-ID and human confirmation before work begins. It translates an approved CR spec into a layered blueprint and test skeletons to eliminate confusion and delays during project kickoff.

Do I need a CR-ID to generate a layered blueprint and test scaffolds?

Yes, a CR-ID is required. The skill operates only when a CR has an approved spec and the CR-ID is provided, ensuring alignment with business priorities before generating any implementation plan or tests.

Does the planning process require human confirmation before generating the blueprint?

Yes, human confirmation is required. The skill produces a recommended approach and a layered blueprint covering domain, data, and presentation concerns, subject to human confirmation before work begins.

What is the best way to translate a spec into domain, data, and presentation layers?

The best way is using an automated CR workflow that reads the approved spec and generates a layered blueprint. It identifies implementation options, recommends a single path, and structures the blueprint across domain, data, and presentation concerns.