task-to-code

Apply prepared coding-task changes and run defined verification steps.

229|201|Updated May 20, 2022
One-click install
npx skills add https://github.com/blockscout/blockscout-rs --skill task-to-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-to-code
Source: https://github.com/blockscout/blockscout-rs/tree/main/interchain-indexer/.cursor/skills/task-to-code
Command: npx skills add https://github.com/blockscout/blockscout-rs --skill task-to-code

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables developers to implement pre-defined coding tasks exactly as documented, preventing scope drift and misinterpretation.

Core Features & Use Cases

  • Enforces strict adherence to the coding-task documents and guardrails.
  • Supports end-to-end task execution including verification steps to ensure correctness.
  • Use Case: When a task name and coding-task index are provided, apply the prepared changes without deviation.

Quick Start

Follow coding-task-X.md exactly and implement the changes, then run the verification steps described for the coding task.

Frequently Asked Questions about task-to-code

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

FAQPage Schema
How do I implement coding tasks exactly as documented without scope drift?

To implement coding tasks without scope drift, apply prepared changes from an existing coding-task document strictly, enforcing guardrails and running defined verification steps to ensure exact adherence.

What is the best way to enforce strict adherence to a coding-task document?

The best way to enforce strict adherence is to apply prepared coding changes from a known task name and coding-task index, preventing scope drift by re-checking current code and running defined verification steps.

How do I run verification steps for a prepared code change?

To run verification steps for a prepared code change, apply the documented changes from the coding-task document and execute the specific verification steps defined for that coding task to ensure correctness.

Do I need an implementation plan document to apply prepared code changes?

You do not strictly need an implementation plan, but when an implementation-plan document is present, the workflow reads it alongside the coding-task document to apply the prepared changes exactly as documented.

Why does my coding task implementation keep adding unintended scope?

Coding task implementation adds unintended scope when strict adherence to the prepared changes is not enforced; applying guardrails and re-checking current code against the coding-task document prevents this drift.

Can I use this workflow to re-check current code before applying changes?

Yes, you can use this workflow to re-check current code before applying changes; it reads the coding-task document, re-checks the existing codebase state, and applies the prepared changes without adding scope.