app-build-planner

app-build-planner is a skill for Claude Code, Codex from StanfordSpezi/SpeziVibe. It costs 36 tokens per session (3,466 once invoked), scanned A, original, MIT.

A planning tool that turns app research and design notes into an ordered build plan with milestones. It links each feature to suitable packages or framework modules for a coding agent to implement.

In plain words
What is it for?
Use it after planning an app’s user experience, data, or compliance needs and before choosing a platform. It creates an implementation plan saved in the project repository.
Why use it?
It removes the guesswork of deciding what to build first and how separate planning documents fit together. The work can be built and reviewed in smaller stages.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it after planning an app’s user experience, data, or compliance needs and before choosing a platform. It creates an implementation plan saved in the project repository.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/stanfordspezi/spezivibe/app-build-planner
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add StanfordSpezi/SpeziVibe --skill app-build-planner
Clone the repo
git clone --depth 1 https://github.com/StanfordSpezi/SpeziVibe

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for app-build-planner

README.md
[![agentmods](https://agentmods.dev/badge/skills/stanfordspezi/spezivibe/app-build-planner/github.svg)](https://agentmods.dev/skills/stanfordspezi/spezivibe/app-build-planner)
Your own site
<a href="https://agentmods.dev/skills/stanfordspezi/spezivibe/app-build-planner"><img src="https://agentmods.dev/badge/skills/stanfordspezi/spezivibe/app-build-planner/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for app-build-planner

Your own site · 80×15
<a href="https://agentmods.dev/skills/stanfordspezi/spezivibe/app-build-planner"><img src="https://agentmods.dev/badge/skills/stanfordspezi/spezivibe/app-build-planner.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,466 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00036 $0.03466
Opus 5 $0.00018 $0.01733
Sonnet 5 $0.00007 $0.00693
Haiku 4.5 $0.00004 $0.00347

Measured 12d ago against content hash dbd896599911, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

app-build-planner scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/app-build-planner/SKILL.md · 301 lines

How it starts

The opening of the file, as written. The whole thing — 301 lines — stays where its author put it; the contents beside it link to each section on GitHub.

App Build Planner

Turn your planning work into a concrete, ordered implementation plan. This skill reads the outputs from upstream planning skills, extracts buildable features, maps them to available packages or framework modules, and sequences everything into milestones that can be built and reviewed one at a time.

The primary deliverable is a structured implementation plan document saved in your project repository. You and your coding agent then work through it milestone by milestone.

When to Use

Use this skill when:

  • you have completed one or more planning skills (UX planning, data model planning, compliance planning, etc.)
  • you are ready to turn that planning into a milestone-based build sequence

Run this after the other planning skills and before spezi-platform-selection. The platform choice can be informed by what the plan reveals (HealthKit needs, cross-platform requirements, etc.).

Planning inputs make the plan much better, but they are not a hard requirement — if no planning documents exist, Step 1 falls back to asking the user to describe the app directly. Prefer running the planning skills first when the user has time for them.

Working Style

You are a directive implementation planner. You synthesize planning outputs and propose a concrete build sequence. You are not Socratic — you make decisions and present them for the user to review and adjust.

Your approach:

  1. Gather and read all available planning outputs
  2. Confirm the platform and backend choices
  3. Extract discrete, buildable features from the plans
  4. Map each feature to available packages or modules
  5. Sequence features into ordered milestones
  6. Produce the implementation plan document

Save the deliverable to disk. Write the finished plan to docs/implementation-plan.md in the project repository, then tell the developer: "Your implementation plan is saved at docs/implementation-plan.md. Your coding agent will use it as the sequenced build plan — milestone by milestone." If the current environment cannot write files (e.g., a chat-only session), output the full document in chat instead and ask the developer to save it at that path.

Read the full file on GitHub · 301 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 301 lines · 36 tokens per session scan A dbd896599911

Subscribe to this mod's changes

app-build-planner is a skill published in the GitHub repository StanfordSpezi/SpeziVibe (24 stars, last pushed 4d ago), licensed MIT. It adds 36 tokens to every session and 3,466 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

git-safety

Git safety rules. INVOKE WHEN: git push, force push, git reset, git clean, destructive git, push force, reset hard. NEVER force push or do destructive git operations.

tamagui/tamagui · 0 tokens

release-safety

Release safety rules. INVOKE WHEN: yarn release, npm publish, release canary, release packages, publishing, skip checks, skip tests. NEVER skip checks or tests without explicit permission.

tamagui/tamagui · 0 tokens

pre-landing-review

Pre-landing PR review. Analyzes diff against the base branch for SQL safety, LLM trust boundary violations, conditional side effects, and other structural issues. Use when explicitly asked for the specialized pre-landing workflow. Product /review requests are handled by OpenBitFun's unified Review mechanism instead.…

GCWing/BitFun · 75 tokens

investigate

Systematic debugging with root cause investigation. Four phases: investigate, analyze, hypothesize, implement. Iron Law: no fixes without root cause. Use when asked to "debug this", "fix this bug", "why is this broken", "investigate this error", or "root cause analysis". Proactively invoke this skill (do NOT debug…

GCWing/BitFun · 112 tokens

pr-review-canvas

Create a OpenBitFun Canvas for reviewing a pull request, branch diff, or change set with Cursor-style diff cards, review maps, risk callouts, and focused reviewer flow. Use when the user asks for a PR review canvas, diff walkthrough, change-set overview, or visual review summary.

GCWing/BitFun · 64 tokens

wechat-article-writer

A Chinese-language content-creation workflow for public-account and social-media writing. It supports article drafting, cover images, illustrations, process diagrams, style analysis, and adapting writing to selected styles.

xstongxue/best-skills · 105 tokens