bee:pre-dev-subtask-creation

Generate atomic zero-context implementation subtasks with TDD verification steps.

2|1|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/luanrodrigues/ia-frmwrk --skill bee-pre-dev-subtask-creation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bee:pre-dev-subtask-creation
Source: https://github.com/luanrodrigues/ia-frmwrk/tree/main/pm-team/skills/pre-dev-subtask-creation
Command: npx skills add https://github.com/luanrodrigues/ia-frmwrk --skill bee-pre-dev-subtask-creation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill generates hyper-detailed, zero-context implementation subtasks for engineers, ensuring clarity and atomicity in development workflows.

Core Features & Use Cases

  • Atomic Subtask Generation: Breaks down large tasks into 2-5 minute, completable steps.
  • Zero-Context Documentation: Provides complete code, exact commands, and verification steps, assuming no prior knowledge of the codebase.
  • TDD Adherence: Enforces the RED-GREEN-REFACTOR pattern for each subtask.
  • Use Case: A senior engineer needs to delegate a complex feature. This Skill creates a series of subtasks that a junior engineer can pick up and execute immediately without needing to ask clarifying questions about the existing code or architecture.

Quick Start

Use the bee:pre-dev-subtask-creation skill to generate atomic implementation subtasks for the feature 'Implement user authentication flow'.

Frequently Asked Questions about bee:pre-dev-subtask-creation

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

FAQPage Schema
What is zero-context subtask generation in software development?

Zero-context subtask generation creates atomic, 2-5 minute development steps that include complete code, exact commands, and verification steps, assuming the engineer has no prior knowledge of the codebase architecture.

How do I break down a complex feature for a junior developer?

You can break down a complex feature by generating hyper-detailed subtasks that enforce TDD principles and provide exact code snippets and verification steps, allowing immediate execution without clarifying questions.

Does subtask generation enforce TDD principles for each step?

Yes, subtask generation enforces the TDD RED-GREEN-REFACTOR pattern for each atomic step, ensuring strict test-driven development practices are followed throughout the implementation workflow.

Can I use generated subtasks for Go and PHP Laravel projects?

Yes, generated subtasks enforce strict coding standards for specific stacks, including the mandatory use of lib-commons for Go projects and standard Laravel conventions for PHP development.

Why use atomic subtasks for parallelizable development?

Atomic subtasks remove knowledge dependencies between engineers by providing complete code and commands, facilitating parallelizable development and ensuring immediate onboarding for any team member.

What is the best way to delegate tasks without prior codebase knowledge?

The best way to delegate tasks is generating atomic subtasks with zero-context documentation, providing complete code and verification steps so engineers can execute immediately without architectural context.