cr

Automate engineering change request lifecycle from intake to close.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

CR items often require manual, multi-phase processing from intake to close, with repeated handoffs and decision gates. This skill automates the full CR lifecycle to reduce cycle times and human labor.

Core Features & Use Cases

  • End-to-end CR pipeline: spec → plan → build → close with automated execution.
  • Gate-driven workflow: pauses only for mandatory human decisions and approvals.
  • CR-ID driven: accepts a CR-ID and loads the CR item from intake, enabling deterministic progression.
  • Resilient and resumable: resumes from the appropriate stage if a CR item already has a status.

Quick Start

Provide a CR-ID to trigger the end-to-end CR pipeline from intake through close.

Frequently Asked Questions about cr

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

FAQPage Schema
How do I automate the engineering change request lifecycle from intake to close?

Automate the engineering change request lifecycle by triggering a pipeline that executes deterministic stage transitions from spec to plan, build, and close. It loads CR details from a CR item and only pauses for mandatory human decision gates.

What is the best way to manage workflow gates for a change request pipeline?

Managing workflow gates for a change request pipeline requires enforcing deterministic stage transitions and compliance with defined gate criteria. The process drives automated execution through spec, plan, build, and close, pausing only for mandatory human decisions and approvals.

Can I resume an interrupted change request pipeline from its previous stage?

You can resume an interrupted change request pipeline from its previous stage. The system performs robust CR-state management, checking the existing status of the CR item and resuming automated execution from the appropriate phase without restarting.

How does CR-state management work during automated change request processing?

CR-state management works by enforcing deterministic stage transitions and compliance with defined gate criteria. It loads CR details from the CR item and maintains resilient state tracking to ensure accurate progression through the spec, plan, build, and close phases.

Do I need a CR-ID to start the end-to-end automation workflow?

You need a CR-ID to start the end-to-end automation workflow. Providing a CR-ID triggers the pipeline and loads the specific CR item from intake, enabling deterministic progression and robust state management throughout the lifecycle.