Build tasks

Convert abstract ideas into executable tasks from concept and backlog files.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Darkpunkki/v-forge --skill build-tasks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Build tasks
Source: https://github.com/Darkpunkki/v-forge/tree/main/.claude/skills/task-builder
Command: npx skills add https://github.com/Darkpunkki/v-forge --skill build-tasks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps product teams turn abstract ideas and feature concepts into concrete, executable tasks that can be planned and tracked across runs and the latest backlog.

Core Features & Use Cases

  • Converts high-level concepts (idea.md, concept_summary.md, features_backlog.md) into actionable tasks tied to IDEA_ID and RUN_ID.
  • Writes structured tasks to docs/forge/ideas/<IDEA_ID>/runs/<RUN_ID>/tasks.md and updates docs/forge/ideas/<IDEA_ID>/latest/tasks.md for visibility.
  • Validates alignment with existing_solution_map.md to ground tasks in the current implementation.
  • Produces artifacts for project planning without writing any code, enabling handoff to development teams.

Quick Start

Run /task-builder <IDEA_ID> to generate concrete tasks for the idea and write them to runs and the latest tasks list.

Frequently Asked Questions about Build tasks

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

FAQPage Schema
How do I convert abstract product ideas into actionable tasks for backlog planning?

To convert abstract ideas into actionable tasks, this Skill consumes concept summaries and feature backlogs to generate executable planning entries. It outputs structured task lists with priority and estimates directly into your project backlog.

What is the best way to structure an agile backlog from high-level concept documents?

Structuring an agile backlog from concept documents involves mapping features to concrete tasks tied to specific run IDs. This tool validates concepts against existing solution maps to ground tasks in your current implementation.

How do I generate a no-code task list for project delivery handoff?

Generating a no-code task list for handoff requires parsing idea documents and extracting actionable items. The Skill enforces no-code task generation rules, producing artifacts with release targets and estimates ready for development teams.

Does this task generation approach work without writing any code?

Yes, this task generation approach works entirely without writing code, focusing strictly on project planning. It produces structured markdown task files and updates the latest backlog visibility without generating any implementation code.

Can I use existing solution maps to ground newly generated tasks in current implementation?

You can use existing solution maps to validate alignment and ground newly generated tasks in your current implementation. The Skill checks the existing_solution_map.md to ensure generated tasks match your established project architecture.

Why are my generated tasks missing priority and estimate metadata in the latest backlog?

Generated tasks missing priority and estimate metadata indicate the task builder did not fully process the idea documents. The tool explicitly records release_target, priority, and estimate for each task entry written to the latest tasks list.