joyco-app
Installation
SKILL.md
JOYCO App — Plan → Kickoff → Build
This skill carries a new JOYCO internal product app through the whole loop: it locks a plan, runs a consistent and opinionated kickoff, then builds the app out to that plan. It is not a scaffolder that stops at pnpm dev — the kickoff is the shared, non-negotiable starting point; the plan is what the project becomes.
Three phases, always in order:
- Lock the plan — never scaffold without a confirmed plan.
- Kickoff — identical every time: Next.js + JOYCO UI kit + lint + agent.
- Build to the plan — translate the plan into routes/components and implement until it's done.
When to use
- The dev wants to start a new internal JOYCO product / dashboard / marketing site and carry it forward, not just generate a skeleton.
- The dev says "new joyco app", "kickoff a project", "build this as a joyco app", "set up joyco/ui".