rsun-kickoff

Generates project kickoff checklists, ADR-001 drafts, and Sprint 0 plans after contract signing.

Updated May 20, 2026
One-click install
npx skills add https://github.com/EZoneLai/claude-plugin-ronsunai-os --skill rsun-kickoff-ezonelai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rsun-kickoff
Source: https://github.com/EZoneLai/claude-plugin-ronsunai-os/tree/main/commands/rsun-kickoff
Command: npx skills add https://github.com/EZoneLai/claude-plugin-ronsunai-os --skill rsun-kickoff-ezonelai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Starting a new client project without a structured process leads to missed setup steps, unclear roles, and misaligned client expectations. This Skill provides a complete first-week SOP covering environment setup, architecture decisions, team roles, and client communication so development starts on solid ground. ## Core Features & Use Cases - Environment & Repo Setup: Checklists for Git initialization, branch strategy, .env files, staging environments, and CI/CD configuration. - ADR-001 Drafting: A template for documenting the core technology stack decision (frontend, backend, database, deployment) as the project's first Architecture Decision Record. - Sprint 0 Planning & Client Communication: Role assignment tables, weekly reporting cadence, kickoff meeting agenda, and a client-facing onboarding email. - Use Case: After a client signs a contract and pays the deposit, run this Skill to produce the kickoff checklist, ADR-001 draft, Sprint 0 plan, and the opening email to the client in one pass. ## Quick Start Start the kickoff process for the newly signed client project and generate the kickoff checklist, ADR-001 draft, and Sprint 0 plan.

Frequently Asked Questions about rsun-kickoff

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

FAQPage Schema
How do I run a project kickoff after a client signs a contract?

Follow a first-week SOP: confirm contract, deposit, PRD, and estimate are complete, then set up the repository and environments, write ADR-001 for the tech stack, assign team roles, hold a kickoff meeting with the client, and plan Sprint 0 goals.

What should be included in a software project kickoff checklist?

Include Git repo initialization with .env.example, working local and staging environments, CI/CD setup, an ADR-001 technology decision record, written role assignments, confirmed client contact points and communication cadence, and a list of assets the client must provide.

What is ADR-001 and when should it be written?

ADR-001 is the first Architecture Decision Record, documenting the confirmed technology stack: frontend framework, backend, database, deployment platform, and architecture pattern. It should be written in the first days of a project, before development begins.

What should Sprint 0 focus on in a new client project?

Sprint 0 focuses on enabling parallel work rather than shipping features: all developers can run the environment, the database schema v1 is designed, API routes are drafted, frontend routing is set up, key wireframes exist, and one user story skeleton runs end to end.

How often should agencies communicate with clients during development?

Send sprint goals every Monday and a progress report with next week's plan every Friday. Hold a demo or sprint review every two weeks, and communicate bad news immediately rather than waiting for scheduled reports.