impl-plan-executor

Execute Jira implementation plans from IMPL_<STORYKEY>.md into development steps.

8|1|Updated Jul 7, 2025
One-click install
npx skills add https://github.com/dasheck0/qraft-templates --skill impl-plan-executor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: impl-plan-executor
Source: https://github.com/dasheck0/qraft-templates/tree/main/opencode-global-skills/impl-plan-executor
Command: npx skills add https://github.com/dasheck0/qraft-templates --skill impl-plan-executor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The impl-plan-executor automates turning Jira implementation plans into actionable code delivery, removing manual orchestration and reducing drift between plan and execution.

Core Features & Use Cases

  • Deterministic execution of Work-Breakdown-Steps from IMPL_<STORYKEY>.md in order, with optional range mode.
  • Enforces preflight checks, Git branching strategy, step-level commits, PR creation, and Jira synchronization.
  • Validates TC mappings, risk requirements, and guardrails, and provides escalation points for unresolved items.

Quick Start

Run the impl-plan-executor against a Jira Story by executing the IMPL_<STORYKEY>.md plan in full or range mode.

Frequently Asked Questions about impl-plan-executor

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

FAQPage Schema
How do I automate Jira implementation plan execution end-to-end?

Automate Jira implementation plan execution by reading IMPL_<STORYKEY>.md files and translating them into a deterministic sequence of development steps. The process enforces preflight checks, feature branching, step-level coding, commits, PR creation, and Jira synchronization.

What are quality gates in automated plan execution?

Quality gates in automated plan execution are validation checkpoints that enforce AI readiness, test case mapping, and risk controls. They ensure each step meets guardrails before proceeding and provide explicit rollback or feature-flag guidance when requirements are not satisfied.

Can I execute a specific range of steps from an implementation plan?

You can execute implementation plans in range mode to process specific segments of a Story. This allows targeted development of individual work-breakdown steps while still enforcing preflight checks, commits, PR creation, and Jira synchronization for that segment.

How do I handle unresolved risk requirements during plan execution?

When risk requirements remain unresolved during plan execution, the process provides explicit escalation points. It also generates rollback or feature-flag guidance to ensure guardrails are maintained and the codebase remains stable.

Does automated plan execution support Git branching and pull request creation?

Automated plan execution enforces a Git branching strategy and handles pull request creation natively. It creates feature branches, commits code step-by-step, and synchronizes the final pull request with Jira.

What do I need to set up before running automated implementation plan execution?

You need an IMPL_<STORYKEY>.md file defining the work-breakdown steps and a connected Jira Story. The execution process relies on these inputs to enforce preflight checks, validate TC mappings, and apply risk controls.