pre-dev-subtask-creation

Create copy-pasteable subtasks with TDD cycles and explicit file paths.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/withmartian-sandbox-darkside/ghrc-y-3126672651424eddb640ecc81321a665 --skill pre-dev-subtask-creation-withmartian-sandbox-darkside
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pre-dev-subtask-creation
Source: https://github.com/withmartian-sandbox-darkside/ghrc-y-3126672651424eddb640ecc81321a665/tree/main/pm-team/skills/pre-dev-subtask-creation
Command: npx skills add https://github.com/withmartian-sandbox-darkside/ghrc-y-3126672651424eddb640ecc81321a665 --skill pre-dev-subtask-creation-withmartian-sandbox-darkside

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of fully specified subtasks for development tasks, ensuring zero-context engineers can implement with complete guidance, tests, and verification.

Core Features & Use Cases

  • TDD-aligned subtasks: Every subtask follows a red-green-refactor cycle with concrete code, commands, and verification.
  • Header-driven templates: Subtasks include exact file paths, test scaffolding, and commit steps.
  • Zero-context readiness: Designed so an engineer can execute tasks without prior knowledge of the codebase.

Quick Start

Create a complete subtask using the provided template and commit the change to the docs/pre-dev/ directory.

Frequently Asked Questions about pre-dev-subtask-creation

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

FAQPage Schema
How do I create zero-context subtasks for developers unfamiliar with the codebase?

You create zero-context subtasks by generating documents with exact file paths, test scaffolding, verification commands, and rollback instructions. This ensures engineers can execute tasks autonomously without prior codebase knowledge.

Can I generate TDD-aligned subtasks that include red-green-refactor cycles?

Yes, you can generate TDD-aligned subtasks that enforce a complete red-green-refactor cycle. Each subtask document includes concrete code, commands, and verification steps to guide the test-driven development process from start to finish.

What is the best way to break down large software engineering features into atomic steps?

The best way to break down large features is to generate bite-sized, atomic subtasks with header-defined metadata. This enforces explicit file paths, commit steps, and rollback instructions within each document for precise execution.

Do I need to manually specify file paths and commit steps for each subtask?

No, you do not need to manually specify file paths and commit steps. The subtask generation enforces header-driven templates that automatically include exact file paths, test scaffolding, verification commands, and commit steps within each document.

Where should I store subtask documentation for automated software engineering workflows?

You should store subtask documentation in the docs/pre-dev/ directory. Committing the generated subtask documents to this location ensures they are integrated into your automated workflow and accessible for execution.

What limitations exist when using automated subtask generation for complex workflows?

A limitation is that the automated subtask generation relies on strict template adherence, requiring exact file paths and test scaffolding. Complex workflows may need manual adjustments if the zero-context assumptions do not fit highly coupled codebase architectures.