One-click install
npx skills add https://github.com/softwaresalt/csv-managed --skill transform-softwaresalt
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: transform
Source: https://github.com/softwaresalt/csv-managed/tree/main/.autoharness/staging/.github/skills/impl-plan
Command: npx skills add https://github.com/softwaresalt/csv-managed --skill transform-softwaresalt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It converts an unstructured feature or chore brief into a structured implementation plan that aligns with existing repository patterns and provides clear guidance for downstream task decomposition.

Core Features & Use Cases

  • Requirement-to-action planning: Translates a source document into a concrete breakdown of implementation units with explicit affected files, verification, and execution posture.
  • Repo-grounded research: Directs pre-planning retrieval from prior learnings and systematic codebase investigation to reduce guesswork.
  • Review-ready safety signaling: Ensures every plan includes mandatory plan-hardening signals and runtime verification/closure expectations.

Quick Start

Use the transform skill with the input source path set to a deliberation outcome or spike findings document, and it will generate a dated plan file under docs/plans.

Frequently Asked Questions about transform

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

FAQPage Schema
How do I turn feature requirements into an actionable implementation plan?▼

To turn feature requirements into an implementation plan, provide a source document containing deliberation outcomes or spike findings. The system translates this brief into a structured, phased workflow with explicit affected files, grounded in existing codebase patterns.

What is requirements decomposition for software engineering chores?▼

Requirements decomposition breaks down unstructured feature or chore briefs into concrete implementation units. It produces a dated plan file under docs/plans, detailing staged execution, required plan-hardening signals, and runtime verification closures.

How does codebase research ground implementation planning?▼

Implementation planning uses codebase research by directing pre-planning retrieval from prior learnings and systematic repository investigation. This grounds the resulting actionable plan in existing patterns, reducing guesswork for downstream task decomposition.

Can I use deliberation outcomes and spike findings for backlog generation?▼

Yes, you can use deliberation outcomes and spike findings for backlog generation by setting them as the input source path. The workflow processes these source documents to generate structured, review-ready implementation plans with risk signaling.

What is the best way to structure runtime verification and closure details in a plan?▼

The best way to structure runtime verification and closure details is to generate a docs/plans output using automated requirement-to-action planning. This ensures every plan includes mandatory plan-hardening signals and explicit runtime verification expectations.

When do I need to generate a phased workflow with risk signaling for my codebase?▼

You need to generate a phased workflow with risk signaling after deliberation outcomes or spike findings are ready. This ensures review-ready safety by providing mandatory plan-hardening signals and clear execution posture for downstream tasks.