One-click install
npx skills add https://github.com/onesmartguy/raptor-claude-plugins --skill aidlc-bolt
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: aidlc-bolt
Source: https://github.com/onesmartguy/raptor-claude-plugins/tree/main/plugins/aidlc/skills/aidlc-bolt
Command: npx skills add https://github.com/onesmartguy/raptor-claude-plugins --skill aidlc-bolt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Guides and executes bolt-paced, TDD-driven iterations by gathering Jira context, planning sprints, and provisioning a local working branch ready for implementation.

Core Features & Use Cases

  • Jira context gathering: collects bolt/story context, acceptance criteria, and dependencies to shape the plan.
  • TDD-focused planning: creates a structured implementation plan organized into cycles (Red-Green-Refactor) and tracks progress locally.
  • Branching & execution: creates a feature branch, stores the plan locally, and coordinates Task Context exploration (parallel or sequential) as needed.
  • Traceability & collaboration: logs Jira transitions and plan updates to support reviews, PRs, and handoffs.

Quick Start

Start a bolt for PROJ-123 by gathering Jira context, creating a TDD-focused plan, and opening a feature branch for implementation.

Frequently Asked Questions about aidlc-bolt

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

FAQPage Schema
How do I generate a TDD plan for a Jira story?▼

To generate a TDD plan for a Jira story, this Skill gathers Jira context, acceptance criteria, and dependencies, creating a structured Red-Green-Refactor implementation plan to drive development.

How do I start a bolt-paced iteration from a Jira ticket?▼

Starting a bolt-paced iteration from a Jira ticket involves collecting the story context, provisioning a feature branch, storing the TDD plan locally, and coordinating Task exploration to fit the bolt scope.

Does this workflow support parallel Task exploration for sprint planning?▼

Yes, the workflow supports parallel or sequential Task exploration to fit the bolt scope, coordinating repository state and Jira context to execute structured TDD cycles.

Can I trace Jira transitions and implementation progress locally?▼

You can trace Jira transitions and implementation progress through local plan storage and progress logging, which supports reviews, PRs, and handoffs.

What is the best way to enforce a test-first workflow with Jira and Git?▼

The best way to enforce a test-first workflow with Jira and Git is by automating feature-branch creation and tracking Red-Green-Refactor cycles against Jira context for end-to-end traceability.

Do I need a specific Jira setup to run bolt initiatives?▼

Running bolt initiatives requires a Jira ticket with defined context, acceptance criteria, and dependencies to properly shape the structured TDD plan and coordinate execution.