kickstart

Orchestrates phased project workflows from research through architecture, review gates, and delivery.

2|Updated Jan 2, 2026
One-click install
npx skills add https://github.com/ShineBreaker/Guix-configs --skill kickstart-shinebreaker
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: kickstart
Source: https://github.com/ShineBreaker/Guix-configs/tree/main/dotfiles/mutable/agents/skills/.config/agents/skills/kickstart
Command: npx skills add https://github.com/ShineBreaker/Guix-configs --skill kickstart-shinebreaker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Starting a greenfield project or large feature without structure leads to skipped research, reinvented wheels, license conflicts, and unreviewed decisions. This Skill enforces a staged workflow—research, best-practice survey, domain modeling, architecture, review gate, build, and retrospective—so every major decision is investigated and explicitly approved before code is written. ## Core Features & Use Cases - Phased Orchestration: Sequences work through nine stages, delegating each phase to a peer skill (research, domain-modeling, codebase-design, grilling, tdd, code-review, retro) while tracking decisions in a todo list. - Mandatory Review Gate: Batches all open decisions—framework choice, licensing, scope, trade-offs—into one user sign-off checkpoint before building begins. - License & Best-Practice Checks: Surveys mature open-source alternatives before writing code and verifies dependency license compatibility early. - Use Case: A developer starting a large feature says "walk me through the new task flow"; the Skill runs research sub-agents, drafts an architecture, gets explicit plan approval, then drives TDD-based implementation and a closing retrospective. ## Quick Start Explicitly invoke the kickstart skill by name and ask it to walk your new project or large feature through the full research-to-delivery workflow.

Frequently Asked Questions about kickstart

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

FAQPage Schema
How do I start a new project with a structured workflow?▼

Explicitly invoke the kickstart skill by name or ask to walk through the new task flow. It sequences research, best-practice survey, domain modeling, architecture, a mandatory review gate, TDD-based building, and a retrospective, delegating each phase to a peer skill.

When should I use a phased orchestration workflow versus going straight to TDD?▼

Use phased orchestration for greenfield projects, large features, dependency overhauls, and config migrations that need research and planning. For small changes and bugfixes, skip orchestration and go directly to the tdd or diagnostic workflow.

Does the kickstart workflow require user approval before building?▼

Yes, the review gate is mandatory and only passes after explicit user sign-off on the plan. All open decisions—framework selection, licensing, scope, trade-offs—are batched into one round of questions with recommended answers.

Can the workflow resume after an interrupted session?▼

Yes, decisions and gate progress are recorded in a todo list as work proceeds. After an interruption, the workflow resumes from the last verified gate number rather than restarting completed phases.

Why does the workflow check dependency licenses before coding?▼

License checks happen while candidates are still open, before incompatible dependencies are committed to the codebase. GPL dependencies can force terms onto the project's own license, so the default recommendation is MIT unless dependencies or user intent require otherwise.