composed-changes-implement

Implement user story ticket changes with documentation, testing, and commit procedures.

Updated Sep 29, 2025
One-click install
npx skills add https://github.com/ctejada85/adrakestory --skill composed-changes-implement
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: composed-changes-implement
Source: https://github.com/ctejada85/adrakestory/tree/main/.claude/skills/composed-changes-implement
Command: npx skills add https://github.com/ctejada85/adrakestory --skill composed-changes-implement

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of implementing changes defined in a user story ticket, ensuring all necessary documentation, coding, testing, and commit procedures are followed.

Core Features & Use Cases

  • Structured Implementation: Follows a defined workflow from reading documentation to committing code.
  • Dependency Management: Ensures pre-requisite documents are present and handles task dependencies.
  • Code Quality Assurance: Integrates linting, testing, and validation steps.
  • Documentation Updates: Updates architecture.md to reflect implemented changes.
  • Use Case: When a user story is fully defined with requirements, architecture, and ticket details, this skill can be invoked to begin the development process.

Quick Start

Use the composed-changes-implement skill to start implementing the ticket described in ticket.md.

Frequently Asked Questions about composed-changes-implement

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

FAQPage Schema
How do I implement a user story ticket from start to finish?▼

To implement a user story ticket, follow a structured workflow that verifies pre-requisite documents, writes code, runs unit tests, updates architecture.md, and commits changes. This skill automates the entire process.

What pre-requisite documents do I need before implementing a user story?▼

Before implementing a user story, you need three pre-requisite documents: requirements.md, architecture.md, and ticket.md. The structured implementation workflow verifies these files exist before proceeding.

How do I automate code implementation and unit testing for a defined ticket?▼

Automating code implementation and unit testing requires a structured workflow that ingests ticket details, writes the code, and executes validation steps. This skill integrates linting, testing, and commit procedures automatically.

Does the implementation workflow update architecture documentation automatically?▼

Yes, the implementation workflow updates architecture documentation automatically. After validating code changes against the user story, the process modifies architecture.md to reflect the newly implemented features before committing.

Can I use this workflow for ticket implementation without pre-defined requirements?▼

No, you cannot use this workflow without pre-defined requirements. The implementation process explicitly requires requirements.md, architecture.md, and ticket.md to exist beforehand to ensure structured and validated development.