prompt-architect

prompt-architect is a skill for Claude Code from Ohswedd/praxis. It costs 103 tokens per session (1,203 once invoked), scanned A, original, MIT.

A request-clarification guide for software work. It turns a vague request into a clear specification with scope, assumptions, open questions, and conditions for completion.

In plain words
What is it for?
Use it to define engineering tasks, separate included work from non-goals, identify missing information, and write checks that show whether the work is finished.
Why use it?
It reduces misunderstandings before implementation starts, especially when a request says only to fix something, improve it, or integrate a system.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the praxis plugin — 15 skills, 8 commands, 13 agents, 5 hooks shipped together

Good fit Use it to define engineering tasks, separate included work from non-goals, identify missing information, and write checks that show whether the work is finished.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add Ohswedd/praxis
Claude Code
/plugin install praxis

Made for: Claude Code.

Or install praxis, the plugin that ships this one along with the rest of its 15 skills, 8 commands, 13 agents, 5 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 prompt-architect

README.md
[![agentmods](https://agentmods.dev/badge/skills/ohswedd/praxis/prompt-architect/github.svg)](https://agentmods.dev/skills/ohswedd/praxis/prompt-architect)
Your own site
<a href="https://agentmods.dev/skills/ohswedd/praxis/prompt-architect"><img src="https://agentmods.dev/badge/skills/ohswedd/praxis/prompt-architect/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 prompt-architect

Your own site · 80×15
<a href="https://agentmods.dev/skills/ohswedd/praxis/prompt-architect"><img src="https://agentmods.dev/badge/skills/ohswedd/praxis/prompt-architect.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 103 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,203 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.00103 $0.01203
Opus 5 $0.00051 $0.00602
Sonnet 5 $0.00021 $0.00241
Haiku 4.5 $0.00010 $0.00120

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

Security

Grade A, and why

prompt-architect 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/praxis/skills/prompt-architect/SKILL.md · 101 lines

How it starts

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

Prompt Architect

Most defects start as misunderstood requests. This skill converts a loose prompt into a spec precise enough to execute against and to verify against, without inventing scope the user did not ask for.

Method

  1. Extract the true intent. State, in one or two sentences, the outcome the user actually wants, not a literal restatement of their words. If their phrasing and their apparent goal diverge, note both.

  2. Draw the scope boundary.

    • In scope: the concrete deliverables that satisfy the intent.
    • Out of scope / non-goals: adjacent things you will NOT do. This is the most important part: it prevents both over-reach and silent under-delivery. If you must exclude something the user might expect, say so explicitly.
  3. Write acceptance criteria. Testable, observable conditions for "done" (e.g. "endpoint returns 400 on missing field", "existing X tests still pass"). These become the audit checklist later.

  4. Separate facts from assumptions. List every assumption you are making to fill a gap the user left. Assumptions are allowed; hiding them is not.

  5. Surface open questions. Only genuine blockers or true ambiguities. For each:

    • if it blocks correct work → ask it now, concisely;
    • if not → state the assumption you'll proceed under and continue. Prefer proceeding under a stated assumption over stalling on trivia.
  6. Right-size the output. For a big or ambiguous task, present the full spec and confirm before proceeding. For a small, unambiguous task, compress it to a sentence or two and move on: do not bureaucratise trivial work.

  7. Split a large request into an ordered plan. One prompt is very often several tasks. "Handle these four improvements and ship it" is not one unit of work, and treating it as one produces a single opaque commit, a pull request nobody can review, and a report that cannot say which part is finished.

    Decompose whenever the request has more than one deliverable, touches more than one subsystem, or would take more than a handful of steps. Each subtask must be:

    • independently completable, and ideally independently correct: something you could stop after and still have left the repo in a working state;
    • one commit's worth of work, because that is exactly what it becomes;
    • ordered by dependency, so nothing is started before what it rests on.

Read the full file on GitHub · 101 lines

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 · 101 lines · 103 tokens per session scan A cba027f107d1

Subscribe to this mod's changes

prompt-architect is a skill published in the GitHub repository Ohswedd/praxis (1 stars, last pushed 1mo ago), licensed MIT. It adds 103 tokens to every session and 1,203 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

dream

Prunes and consolidates the project's auto-memory to keep it minimal — deletes stale, wrong, or redundant memories, merges overlapping ones into existing files, and trims the index. Strong bias against growth: never creates new memory files and never stores new facts. Verifies staleness against the current codebase…

oprogramadorreal/optimus-claude · 85 tokens

masterplan-detect

Suggest /masterplan import only when legacy masterplan bundle state files (docs/masterplan/ /state.yml at schema 5.x) exist without a matching v8 run. Generic planning artifacts (PLAN.md, TODO.md, ROADMAP.md, design docs, PR task lists) are NOT importable — no /masterplan import can ingest them; mention them only as…

rasatpetabit/masterplan · 116 tokens

foreman

Run a website build as the brain agent. Interview the user, force the scope and design decisions they would otherwise skip, lock a visual system, write one high-quality build brief, then either build it in this session or hand it to a coding agent (Codex, Claude Code, or any harness), and verify and ship it live. Use…

Turki-Sh/Foreman · 204 tokens

skill-creator

Authors and audits Claude Code skills: frontmatter, directory layout, scope, invocation control, and bundled references or scripts.

anilcancakir/claude-code · 28 tokens

git-master

Git expert: atomic commits with style detection, rebase and squash, and history archaeology through blame, bisect and pickaxe.

anilcancakir/claude-code · 29 tokens