app-design-thinking

app-design-thinking is a skill for Claude Code from kitchen-engineer42/joharnessburg. It costs 102 tokens per session (2,225 once invoked), scanned A, original, MIT.

An app-planning guide for deciding how an application should use extracted knowledge and how it should be built, run, and deployed.

In plain words
What is it for?
Use it after knowledge work, or when planning an app's mechanism, user experience, production process, or deployment pipeline.
Why use it?
It connects the information a project has produced to a suitable runtime and build process instead of choosing an app shape without evidence.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Codex.

Part of the john plugin — 28 skills, 5 commands, 5 agents, 3 hooks shipped together

Good fit Use it after knowledge work, or when planning an app's mechanism, user experience, production process, or deployment pipeline.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kitchen-engineer42/joharnessburg/app-design-thinking
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 kitchen-engineer42/joharnessburg --skill app-design-thinking
Clone the repo
git clone --depth 1 https://github.com/kitchen-engineer42/joharnessburg

Made for: Claude Code.

Or install john, the plugin that ships this one along with the rest of its 28 skills, 5 commands, 5 agents, 3 hooks.

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-design-thinking

README.md
[![agentmods](https://agentmods.dev/badge/skills/kitchen-engineer42/joharnessburg/app-design-thinking/github.svg)](https://agentmods.dev/skills/kitchen-engineer42/joharnessburg/app-design-thinking)
Your own site
<a href="https://agentmods.dev/skills/kitchen-engineer42/joharnessburg/app-design-thinking"><img src="https://agentmods.dev/badge/skills/kitchen-engineer42/joharnessburg/app-design-thinking/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-design-thinking

Your own site · 80×15
<a href="https://agentmods.dev/skills/kitchen-engineer42/joharnessburg/app-design-thinking"><img src="https://agentmods.dev/badge/skills/kitchen-engineer42/joharnessburg/app-design-thinking.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 102 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,225 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.
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.00102 $0.02225
Opus 5 $0.00051 $0.01112
Sonnet 5 $0.00020 $0.00445
Haiku 4.5 $0.00010 $0.00222

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

Security

Grade A, and why

app-design-thinking 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 9d 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.

plugins/joharnessburg/skills/app-design-thinking/SKILL.md · 120 lines

How it starts

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

app-design-thinking

The knowledge phases produced byte-identical knowledge inventories at <project>/.claude/skills/ and <project>/.agents/skills/. Now the question is: what app do we build with them, and how do we build it? That's the third and fourth links of the app-type definition cascade — app mechanism and build pipeline. This skill teaches how to settle those decisions from the knowledge already extracted.

[[schema-design]] is this skill's twin in the knowledge phases — same methodology, different links in the cascade. Both teach taste, neither prescribes.

What this skill is NOT

  • It's not picking from a closed menu of app archetypes. The 5 reference apps are examples for pattern-matching, not a catalog. Every John project should invent its own runtime + pipeline shape; templates may ship common shapes as starting points, but users always override. If the project's runtime doesn't resemble any of the 5, that's normal — invent it.
  • It's not one-shot. Runtime and pipeline iterate as the produced skills reveal what the app naturally wants to be.
  • It's not an alternative to the user's intent. They own the project's what; this skill teaches you how to translate it into how.

The third decision — app mechanism

The runtime is how the produced app works for end-users. Pin it down by asking:

  • Who's the end-user? (a teacher? a compliance officer? a player? a researcher?) Their context determines the runtime shape.
  • What's their input? (a document upload? a chat? a click? nothing — they just browse?) The input shape constrains the runtime architecture.
  • What's their output? (a verdict? a slide deck? an interactive widget? a downloadable file?) The output shape determines what the runtime must produce.
  • Is there an LLM at runtime, or only at build time? (a static slide deck has no runtime LLM; a chat-based study companion calls a workerLLM on every user turn.) See references/runtime-vs-buildtime-llm.md.
  • Is the runtime stateful? (does it remember the user across sessions? track progress? store uploads?) If end-users wait on expensive generation — upload → job → download — [[job-runtime]] supplies the runtime pattern.

Read the full file on GitHub · 120 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. 9d ago First seen · 120 lines · 102 tokens per session scan A 1d66809502fe

Subscribe to this mod's changes

app-design-thinking is a skill published in the GitHub repository kitchen-engineer42/joharnessburg (9 stars, last pushed 2mo ago), licensed MIT. It adds 102 tokens to every session and 2,225 once invoked, about $0.0005 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-31.

Related

Other skills, from other repositories

scroll-craft

Build premium scroll-driven landing pages for service, product, food, and drink brands. Plan the visitor journey, page grammar, emotional peak, and bespoke signature move. Create dimensional heroes with independent visual planes, restrained motion, and separate mobile composition. Use supplied photos and footage or…

nateherkai/scroll-craft · 177 tokens

design-system-reference

Style guides and implementation rules for frontend design. Works with design-discovery agent which handles context gathering and VS-based style recommendations. Contains detailed style guides, anti-patterns, and implementation checklists.

wigtn/wigtn-plugins · 43 tokens

handdrawn-diagram

Generate a hand-drawn (sketch-style) architecture or flow diagram as a committable image (SVG + PNG). Use when the user wants a sketch-aesthetic diagram for a README, docs, or hackathon/Devpost submission that still has correct, legible text and per-group color. Authors a Mermaid look:handDrawn source and renders it…

wigtn/wigtn-plugins · 166 tokens

ccc-brainstorm

Design-first ideation gate. Forces 3 alternatives before any code is written. Triggers AskUserQuestion to pick the path.

KevinZai/commander · 31 tokens

design-tree

Make design decisions as an explicit branching tree — genuine alternatives, decisive rationale, rejected branches preserved. INVOKE PROACTIVELY when planning or designing any implementation approach, or choosing between architectures, libraries, or data models — especially in plan mode. Skip trivial or forced changes…

PrabhdeepSingh/claude-plugins · 62 tokens

colors

Color systems for web interfaces — OKLCH conversion and palette generation, contrast measurement (APCA/WCAG), gamut and P3 fallbacks, theming, one meaning per color. INVOKE PROACTIVELY when converting color values, building or extending a palette or token set, checking or reporting contrast, or theming light and dark…

PrabhdeepSingh/claude-plugins · 99 tokens