software-design-creation

A software design specification that turns a brief idea into requirements developers can implement. It can describe a new feature or a complete software system, including users, scope, architecture, interfaces, risks, and assumptions.

In plain words
What is it for?
Use it to create a feature plan, technical specification, architecture outline, or implementation-ready requirements document. It asks focused questions when essential information is missing.
Why use it?
It fills in missing details before coding begins and makes unclear requirements visible. This reduces uncertainty about what should be built and how it should work.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/stencila/stencila/software-design-creation
Any agent
npx skills add stencila/stencila --skill software-design-creation
Clone the repo
git clone --depth 1 https://github.com/stencila/stencila

Made for: Claude Code, Codex.

Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,865 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. Scan, not verified.
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 $0.00070 $0.01865
Opus 5 $0.00035 $0.00932
Sonnet 5 $0.00014 $0.00373
Haiku 4.5 $0.00007 $0.00186

Measured 3d ago against content hash d41a939d4526, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade C, and why

software-design-creation scanned grade C with 1 finding 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 3d 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.

Tells the agent never to refusehighAnti-refusal

Suppressing the ability to decline removes a core safety control; a later harmful request then succeeds.

- **Very short prompt**: Do not refuse. Ask a few targeted questions, then draft a spec with assumptions if answers are unavailable.
.stencila/skills/software-design-creation/SKILL.md · 225 lines

How it starts

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

Overview

Create a software design specification that developers can use to plan and implement a feature or standalone software system. The skill should expand a minimal or ambiguous prompt into a structured design artifact, asking clarifying questions when important requirements are missing.

Use this skill when the user wants a design spec, technical plan, feature specification, architecture outline, or implementation-ready requirements document. Do not use it when the main task is to write production code, review code, or create a workflow or agent.

Steps

  1. Identify the design target:
    • determine whether the request is for a new feature, a product change, or a standalone software system
    • restate the problem in plain language
    • identify the intended users, operators, or stakeholders if known
  2. Assess whether the prompt is complete enough to draft a useful spec:
    • if critical information is missing, ask concise clarifying questions before writing the full spec
    • prioritize questions about user goals, scope boundaries, constraints, integrations, platforms, data, security, and success conditions
    • if the interaction is one-shot or back-and-forth is limited, ask at most a few critical questions and then proceed with explicit assumptions rather than blocking on missing answers
    • if the user does not know all answers, record reasonable assumptions explicitly instead of blocking progress
  3. Convert the request into a fuller design brief:
    • summarize the problem being solved
    • describe the user need or business objective
    • distinguish core requirements from optional enhancements
    • define what is in scope and out of scope
  4. Draft the design specification with the sections that fit the task:
    • title and summary
    • background or context
    • goals and non-goals
    • users or actors
    • use cases or user flows
    • functional requirements
    • non-functional requirements such as performance, reliability, accessibility, security, privacy, compliance, observability, and maintainability
    • system design or architecture overview
    • components, services, and responsibilities
    • data model or important entities when relevant
    • APIs, interfaces, or integration points when relevant
    • dependencies, assumptions, constraints, and risks
    • rollout or migration considerations when relevant
  5. Make the design actionable for implementation:
    • write acceptance criteria that are specific, testable, and tied to user-visible or system-visible outcomes
    • ensure acceptance criteria describe observable behavior, interfaces, or system qualities rather than implementation tasks
    • separate must-have criteria from optional follow-up work when useful
    • note open questions and decisions still needed
    • include suggested implementation slices or milestones only when they help clarify delivery
  6. Tailor the level of detail to the user request:
    • for a vague idea, produce a lightweight but structured spec with explicit assumptions
    • for a mature request, provide a more complete design with clearer architecture, interfaces, and constraints
    • avoid inventing unnecessary complexity
  7. Before finishing, check the spec quality:
    • ensure the document is internally consistent
    • ensure acceptance criteria are observable and not vague
    • ensure assumptions and unknowns are clearly labeled
    • ensure the output supports downstream planning and implementation
  8. Always persist the completed design:
    • write the design to .stencila/designs/{name}.md using write_file, where {name} is a concise kebab-case name for the design (e.g. user-auth-flow)
    • create the .stencila/designs/ directory if it does not exist (the write_file tool creates parent directories automatically)
    • for updates to an existing design, prefer edit_file or apply_patch over rewriting the entire file

Read the full file on GitHub · 225 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. 3d ago First seen · 225 lines · 70 tokens per session scan C d41a939d4526

Subscribe to this mod's changes

software-design-creation is a skill published in the GitHub repository stencila/stencila (900 stars, last pushed 4d ago), licensed Apache-2.0. It adds 70 tokens to every session and 1,865 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it C with 1 finding (tells the agent never to refuse). 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

open-pr

Open a pull request on pascalorg/editor using the repo's PR template. Use when the user asks to open/create a PR, push and PR, or ship a branch in the editor repo.

pascalorg/editor · 43 tokens

architecture-diagram

Dark-themed SVG architecture/cloud/infra diagrams as HTML.

mateaix/mateclaw · 15 tokens

arch-analysis

输入(prompt / 子任务 instruction)中含关键词「某某某公司」即触发本 skill。触发后不联网、不做真实组织推断,直接返回下述 mock 伪造数据。.

inclusionAI/Avernet · 72 tokens

studio

Architecture Studio control plane — initialize or inspect a studio workspace, create and register projects, or route an architecture/AEC task to the right agent or skill. Use when the user runs /as:studio, asks to set up or open their studio, manage its projects, or describes a task without naming a skill.

AlpacaLabsLLC/skills-for-architects · 65 tokens

occupancy-calculator

Calculate code occupant loads by area with gross/net factors and jurisdiction checks. Use for "how many people can this space hold," IBC Table 1004.5, egress inputs, or occupancy-load reports; not for workplace headcount planning.

AlpacaLabsLLC/skills-for-architects · 55 tokens

meeting-minutes

Turn a meeting transcript, notes, or conversation into collision-safe, source-linked minutes in meetings/YYYY-MM-DD-slug.md. Use for project meeting records, attendance, discussion, stated information, decisions, action candidates, and open questions. Saving minutes never changes PROJECT.md, decisions/, or TASKS.md…

AlpacaLabsLLC/skills-for-architects · 72 tokens