develop

Automates a gated development lifecycle with ADR-based governance and verification.

1|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/AttuneLearning/cadencelms_ui --skill develop-attunelearning
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: develop
Source: https://github.com/AttuneLearning/cadencelms_ui/tree/main/.claude/skills/develop
Command: npx skills add https://github.com/AttuneLearning/cadencelms_ui --skill develop-attunelearning

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enforces a standardized, auditable development lifecycle to ensure code changes go through proper context loading, planning, verification, and documentation, reducing variance and improving quality across teams.

Core Features & Use Cases

  • Gated workflow enforcement: Mandates Phase 0 through Phase 5 processes, including ADR alignment, memory tracking, and session documentation.
  • Team-driven execution: Supports both single-agent and optional agent-team workflows to scale collaboration on complex issues.
  • Integrated checks: Coordinates with code-review gates, type checks, tests, and coverage guidelines to prevent regressions.
  • Documentation discipline: Generates and stores memory sessions, patterns, and ADR suggestions for future reuse and learning.

Quick Start

Run /develop to begin processing the next issue, /develop UI-ISS-082 for a specific issue, or /develop all to process every item in the batch. Enable team mode with /develop team standard or similar presets to orchestrate parallel teammates.

Frequently Asked Questions about develop

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

FAQPage Schema
How do I enforce a standardized development lifecycle for code changes?

You enforce a development lifecycle by automating gated workflows that mandate context loading, planning, verification, and documentation across all phases. This standardization reduces variance and ensures auditable code changes across teams.

What is ADR-based governance in software development?

ADR-based governance uses Architecture Decision Records to align code changes with documented decisions. The workflow generates and stores ADR suggestions during issue processing to ensure changes follow established architectural patterns and maintain historical context.

How do I automate code review gates with TypeScript compilation and unit tests?

Automate code review gates by integrating checks for TypeScript compilation and unit tests directly into the workflow. The gating mechanism prevents regressions by blocking progress until all type checks, tests, and coverage guidelines pass.

Can I use agent-team workflows to process complex issues in parallel?

Yes, you can use agent-team workflows to process complex issues in parallel. Enable team mode with presets to orchestrate parallel teammates across UI and API domains, scaling collaboration for batch issue processing.

Does this gated workflow require external deployments or infrastructure?

No, this gated workflow does not require external deployments. It relies entirely on standard repository tooling to enforce lifecycle phases, run integrated checks, and store memory sessions without needing additional infrastructure.

When do I need memory and session documentation in a development lifecycle?

You need memory and session documentation in a development lifecycle to track context, patterns, and decisions for future reuse. The workflow generates and stores these memory sessions during issue processing to maintain continuous learning and verification.