Buildable Plan banner
suntay44 suntay44

Buildable Plan

Testing community

Description

--- description: Classify an app idea and produce a local-first Buildable phase plan and app spec (archetype, stack, screens, entities, features, references). argument-hint: <app idea prompt> allowed-tools: Bash(node:*), Bash(buildable:*), Read --- Run Buildable planning for the request: **$ARGUMENTS** 1. Run the CLI to get a concrete top-down app spec and phase plan: ```bash buildable plan "$ARGUMENTS" 2>/dev/null || node "${CLAUDE_PLUGIN_ROOT:-.}/bin/buildable.mjs" plan "$ARGUMENTS"

Installation

Installs to ~/.claude/skills/suntay44-buildable-plugin-skills-buildable-plan/SKILL.md

Terminal
mkdir -p ~/.claude/skills/suntay44-buildable-plugin-skills-buildable-plan && curl -fsSL https://raw.githubusercontent.com/suntay44/buildable-plugin-skills/HEAD/commands/buildable-plan.md -o ~/.claude/skills/suntay44-buildable-plugin-skills-buildable-plan/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository