backlog-execution

Implement BOM Compare VX backlog items end-to-end within the existing repository.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/guillermobustamante/BOMComparevX --skill backlog-execution
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: backlog-execution
Source: https://github.com/guillermobustamante/BOMComparevX/tree/main/.codex/skills/backlog-execution
Command: npx skills add https://github.com/guillermobustamante/BOMComparevX --skill backlog-execution

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the implementation of backlog items, sprint stories, or ordered execution sequences within the existing project codebase, ensuring adherence to current architecture and patterns.

Core Features & Use Cases

  • End-to-End Implementation: Executes specified backlog items or sequences from discovery to validation.
  • Repo-Aware Execution: Discovers and adheres to project documentation, code patterns, and validation commands.
  • Use Case: A user can request to implement a specific sprint story, and the skill will read the relevant documentation, write the code following existing patterns, run tests, and validate the changes.

Quick Start

Use the backlog execution skill to implement the BACKLOG_S20_RESULTS_SESSION_WORKSPACE_CONTINUITY item end-to-end.

Frequently Asked Questions about backlog-execution

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

FAQPage Schema
How do I implement backlog items end-to-end within an existing codebase?

To implement backlog items end-to-end, this Skill automates execution by reading repository documentation, adhering to current architecture and code patterns, writing the necessary updates, and running validation commands. It ensures new sprint stories match existing project structures for seamless integration.

What is repo-aware execution for sprint stories?

Repo-aware execution for sprint stories means the implementation process automatically discovers and follows your project's existing documentation, validation commands, and code patterns. This ensures newly implemented backlog slices fit naturally into the current architecture without breaking established conventions.

How do I automate sprint story implementation while maintaining current architecture patterns?

You can automate sprint story implementation by executing ordered sequences that prioritize reading project documentation and replicating current architecture patterns. The process writes code according to existing conventions and performs runtime validation to ensure structural consistency.

Does this backlog execution approach run tests and validation commands automatically?

Yes, backlog execution automatically runs relevant tests and validation commands during the implementation process. It performs runtime validation after writing code to ensure the newly added sprint slices function correctly within the existing project environment.

Can I use this for full-stack implementation of ordered execution sequences?

Yes, you can use this for full-stack implementation of ordered execution sequences. It handles specified backlog items from discovery through validation, applying repository-aware logic to ensure all code changes adhere to the project's established full-stack architecture and testing protocols.

What are the limitations of automating backlog execution in an existing repository?

A limitation of automating backlog execution is its strict reliance on existing repository documentation and patterns. If project documentation is outdated or validation commands are misconfigured, the automated implementation may adhere to incorrect architectures or fail during runtime validation checks.