project-initiation

Dispatch the sprint-planner agent to generate overview, specification, and usecases documents.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/Busboom-Foo/meetupfu --skill project-initiation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-initiation
Source: https://github.com/Busboom-Foo/meetupfu/tree/main/.claude/skills/project-initiation
Command: npx skills add https://github.com/Busboom-Foo/meetupfu --skill project-initiation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bootstrap a new project from a stakeholder's specification — produces overview, specification, and use cases.

Process a written specification into structured project documents that all other processes will reference throughout the project lifecycle.

Core Features & Use Cases

  • Dispatch to the sprint-planner agent with: a specification file path, and instruction to write documents to docs/clasi/design/ and call create_overview after writing overview.md
  • The sprint-planner writes all three documents: overview.md, specification.md, and usecases.md, and does not allow manual writing
  • Reports the result to the stakeholder — confirms the files created and any key decisions made

Quick Start

Provide the stakeholder specification file path and trigger the sprint-planner agent to generate docs/clasi/design/overview.md, docs/clasi/design/specification.md, and docs/clasi/design/usecases.md, then verify the created documents

Frequently Asked Questions about project-initiation

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

FAQPage Schema
How do I turn a stakeholder spec into structured project documents?

You can bootstrap a project from a stakeholder spec by dispatching the sprint-planner agent with the specification file path to automatically generate overview, specification, and use cases documents in docs/clasi/design/.

What is the best way to bootstrap project initiation documents from a written specification?

The best way to bootstrap project initiation documents is to use an automated process that parses the written stakeholder specification and generates the overview, specification, and use cases files directly without manual writing.

Do I need a written stakeholder specification before generating project overview and use cases?

Yes, a written stakeholder specification is required. The process is applicable at project initiation only when a written stakeholder spec exists and no overview, specification, or usecases documents have been created yet.

Can I manually write the overview, specification, and use cases documents during project setup?

No, manual writing is not supported. The process dispatches the sprint-planner agent to generate all three design documents automatically, ensuring they are created at the exact paths without allowing direct content writing.

Where should the generated project specification and use cases files be stored?

The generated project specification and use cases files should be stored in the docs/clasi/design/ directory. The automated process writes overview.md, specification.md, and usecases.md to this exact path.

What happens after the project overview document is generated from the stakeholder spec?

After the project overview document is generated, the process calls create_overview, writes the specification and use cases files, and reports the created files and any key decisions made back to the stakeholder.