gf-create-tasks

Generate a task list from a spec into a draft JSON file.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/ricky-yosh/agent-workflows --skill gf-create-tasks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gf-create-tasks
Source: https://github.com/ricky-yosh/agent-workflows/tree/main/skills/greenfield/gf-create-tasks
Command: npx skills add https://github.com/ricky-yosh/agent-workflows --skill gf-create-tasks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate a structured task list from an existing spec to drive end-to-end walking-skeleton development in Greenfield projects.

Core Features & Use Cases

  • Generate a task list from a spec, enabling scoped, incremental implementation.
  • Write a draft to .aw/greenfield-progress/tasks.json.draft and generate a digest via the /create-digest skill for review.
  • Support scope selection by spec groups and produce a fielded task object format (id, category, description, steps, approach, needs_tests, done).

Quick Start

Run the gf-create-tasks workflow to generate the initial tasks.json draft from your spec.

Frequently Asked Questions about gf-create-tasks

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

FAQPage Schema
How do I generate a task list from a spec for greenfield software development?

To generate a task list from a spec for greenfield software development, run the workflow to parse scope definitions into structured tasks, outputting a draft task plan to drive incremental implementation.

What is a walking-skeleton task plan and when do I need one?

A walking-skeleton task plan is a structured list generated from a spec to drive end-to-end development. You need one when building greenfield projects to enable scoped, incremental implementation across defined spec groups.

How do I review generated task plans before applying them to my project?

To review generated task plans, the workflow writes a draft to .aw/greenfield-progress/tasks.json.draft and produces a digest via the create-digest action, allowing you to inspect fielded task objects before finalizing.

Can I select specific spec groups to scope my task generation?

Yes, you can scope task generation by selecting specific spec groups, which limits the produced task plan to your chosen scope, generating only the relevant tasks with their steps and implementation approaches.

What fields are included in the structured task objects for project management?

Structured task objects for project management include fields for id, category, description, steps, approach, needs_tests, and done, providing comprehensive metadata for tracking end-to-end development progress.