long-task-init

Scaffold project artifacts and decompose SRS requirements into verifiable features.

178|43|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/suriyel/longtaskforagent --skill long-task-init
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: long-task-init
Source: https://github.com/suriyel/longtaskforagent/tree/main/skills/long-task-init
Command: npx skills add https://github.com/suriyel/longtaskforagent --skill long-task-init

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of all necessary project artifacts and decomposes requirements into manageable features, ensuring a structured and repeatable software development workflow.

Core Features & Use Cases

  • Project Scaffolding: Generates essential files like feature-list.json, task-progress.md, RELEASE_NOTES.md, and environment bootstrap scripts (init.sh/init.ps1).
  • Requirement Decomposition: Breaks down approved SRS and design documents into granular, verifiable features.
  • Use Case: After finalizing your SRS and design documents for a new web application, use this Skill to set up the project structure, define initial features, and prepare for the development cycles.

Quick Start

Use the long-task-init skill to scaffold the project artifacts based on the approved SRS and design documents.

Frequently Asked Questions about long-task-init

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

FAQPage Schema
How do I scaffold project artifacts and decompose requirements for a multi-session workflow?

To scaffold project artifacts and decompose requirements, you can use this Skill to generate deterministic files like `feature-list.json` and break down approved SRS documents into verifiable features for structured software engineering cycles.

What files are generated during project initialization for feature management?

During project initialization, the generated files include `feature-list.json`, `task-progress.md`, `RELEASE_NOTES.md`, and environment bootstrap scripts like `init.sh` and `init.ps1` to support ongoing feature management.

Do I need approved SRS and design documents before initializing project scaffolding?

Yes, approved SRS and design documents are required before initializing project scaffolding to define the project scope, tech stack, and quality gates for deterministic artifact generation.

When should I use requirement decomposition for workflow automation?

You should use requirement decomposition for workflow automation when your project requires a structured, multi-session software engineering workflow and needs high-level requirements broken down into granular, verifiable features.

Can I use this scaffolding approach for small single-session development tasks?

This scaffolding approach is designed for structured, multi-session software engineering workflows. It may not be suitable for small single-session tasks that do not require formal requirement decomposition or quality gates.