blueprint-develop

Plan and execute TDD-driven trading-strategy development with PM regression prevention.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables teams to implement trading strategies using test-driven development while enforcing PM regression prevention and alignment with backtest interfaces.

Core Features & Use Cases

  • TDD-driven strategy development with atomic implementations and synchronized test updates.
  • PM compliance checks and regression safeguards integrated into the workflow.
  • End-to-end lifecycle guidance from planning to review, including Ralph Loop optional iterations.

Quick Start

Begin by selecting a Linear ticket and run blueprint-develop to start the TDD-driven strategy implementation.

Frequently Asked Questions about blueprint-develop

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

FAQPage Schema
How do I implement trading strategies using TDD while preventing PM regressions?

TDD-driven trading strategy implementation with PM regression prevention applies atomic changes and synchronized test updates to ensure backtest interface alignment and PM-compliant iterations.

What is the best way to maintain PM regression tests when modifying an existing trading strategy?

Maintain PM regression tests by keeping them synchronized with atomic strategy changes in tests/backtest_unit.py, ensuring disciplined commit and review workflows throughout the modification lifecycle.

How does test-driven development align with backtest interfaces for new trading strategies?

Backtest interface alignment in TDD-driven strategy development ensures atomic implementations and synchronized test updates, validating new strategies against expected PM compliance and regression safeguards.

Can I integrate postmortems into my TDD-driven strategy implementation workflow?

Yes, the workflow satisfies requirements to incorporate postmortems into the TDD-driven strategy implementation, ensuring PM regression tests and backtest interface alignment are maintained across iterations.

Do I need to read CLAUDE.md before starting TDD-driven strategy development?

Yes, reading CLAUDE.md is required before starting TDD-driven strategy development to ensure PM compliance checks and regression safeguards are properly integrated into the workflow.

What limitations exist when applying PM compliance checks to atomic strategy changes?

PM compliance checks require synchronized test updates in tests/backtest_unit.py and disciplined commit workflows, meaning strategies must follow atomic implementations to maintain regression prevention safeguards.