si

Execute TDD-driven workflows to implement tasks or fix bugs in ETNA_TRADER.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/tombelial666/test --skill si-tombelial666
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: si
Source: https://github.com/tombelial666/test/tree/main/.cursor/skills/si
Command: npx skills add https://github.com/tombelial666/test --skill si-tombelial666

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Executes a disciplined TDD-driven workflow to implement tasks or fix bugs in ETNA_TRADER, ensuring consistency between task documents, code changes, and code-review feedback.

Core Features & Use Cases

  • Guided TDD cycle: Red-Green-Refactor approach applied to each task/bug.
  • Mode flexibility: Start, Continue, and Address CR workflows supported.
  • Governed by docs: Aligns implementation with the corresponding task document and git history, with explicit guardrails.

Quick Start

Provide the task directory path to begin the guided TDD workflow.

Frequently Asked Questions about si

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

FAQPage Schema
How do I apply a TDD workflow to fix bugs in ETNA_TRADER?

To fix bugs in ETNA_TRADER using a TDD workflow, provide the task directory path to initiate a guided Red-Green-Refactor cycle. The workflow aligns code changes with task documents and enforces architecture rules and explicit change-control steps.

Can I continue an in-progress TDD task or address code review feedback in ETNA_TRADER?

Yes, you can continue in-progress TDD tasks or address code review feedback in ETNA_TRADER. The workflow supports multiple modes, allowing you to resume existing work or systematically resolve review comments while maintaining alignment with task documents.

What is the best way to manage task documentation and code changes consistently in ETNA_TRADER?

The best way to manage task documentation and code changes consistently is using a governed TDD workflow. It ensures alignment between task documents in the tasks/ directory, code changes, and code-review feedback through explicit guardrails.

Does the TDD workflow for ETNA_TRADER execute git operations automatically?

No, the TDD workflow for ETNA_TRADER does not execute git operations automatically. It enforces explicit change-control steps and requires user approval before performing any git operations, ensuring safe and controlled version management.

How do I start a new task from scratch using a TDD-driven workflow in ETNA_TRADER?

To start a new task from scratch in ETNA_TRADER, provide the task directory path to begin the guided TDD workflow. This initiates a structured Red-Green-Refactor cycle governed by architecture rules and test plans.