development-workflow

A structured software-development workflow for writing requirements, design documents, implementation plans, and contribution guidance before and during coding.

In plain words
What is it for?
Planning features, defining requirements, designing architecture, tracking implementation, and preparing repository issues, commits, or pull requests.
Why use it?
It reduces unclear requirements, undocumented decisions, and missed project rules. It gives feature work a traceable path from idea to completed change.

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/practicalswan/agent-skills/development-workflow
Any agent
npx skills add PracticalSwan/agent-skills --skill development-workflow
Clone the repo
git clone --depth 1 https://github.com/PracticalSwan/agent-skills

Made for: Claude Code, Codex.

Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,006 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00037 $0.06006
Opus 5 $0.00018 $0.03003
Sonnet 5 $0.00007 $0.01201
Haiku 4.5 $0.00004 $0.00601

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

Security

Grade A, and why

development-workflow 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 2d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/create-spec-scaffold.ps1), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

development-workflow/SKILL.md · 895 lines

How it starts

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

Development Workflow

Structured approach to software development ensuring requirements are clearly defined, designs are meticulously planned, and implementations are thoroughly documented with proper contribution practices.

  • Leverage native parallel subagent dispatch and 200k+ context windows where available.

Activation Conditions

Use symptom -> action triggers: when one matches, apply this skill and verify with the protocol below.

Project Planning & Requirements:

  • Starting new features or phases of work
  • Defining requirements using structured notation
  • Creating technical designs and architecture documents
  • Managing implementation plans from concept to completion
  • Ensuring thorough documentation before coding
  • Understanding project structure and existing patterns

Repository Contributions:

  • Creating issues, commits, or pull requests in a repository
  • Needing to follow repository guidelines before making contributions
  • Creating PRs, pushing code, or following contribution workflows
  • Following project-specific contribution guidelines

Quality Assurance:

  • Ensuring two-stage review (spec compliance first, then code quality) standards are met
  • Validating tests and requirements before implementation
  • Managing project decisions and trade-offs documentation
  • Tracking progress and blockers

Part 1: Spec-Driven Development

Core Artifacts

Maintain these artifacts throughout the project lifecycle:

Artifact Purpose Location
requirements.md User stories and acceptance criteria in EARS notation Project root or /docs/requirements/
design.md Technical architecture, sequence diagrams, implementation considerations Project root or /docs/design/
tasks.md Detailed, trackable implementation plan Project root or /docs/planning/

EARS Notation for Requirements

EARS = Easy Approach to Requirements Syntax

Basic EARS Patterns

1. Universal Requirements Apply to all entities without condition

  • "The system shall validate all user input."
  • "Each user shall have a unique email address."

Read the full file on GitHub · 895 lines

Files

What ships with it

6 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. 2d ago First seen · 895 lines · 37 tokens per session scan A d83e99b943cf

Subscribe to this mod's changes

development-workflow is a skill published in the GitHub repository PracticalSwan/agent-skills (11 stars, last pushed 3d ago), licensed MIT. It adds 37 tokens to every session and 6,006 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

aip-tracker

Track Airflow Improvement Proposal (AIP) implementation progress by comparing Confluence specs against codebase evidence. Use when asked to assess, report on, or compare AIP status.

apache/airflow · 41 tokens

issue-triage

Triage Paperclip inbox issues that are stale, blocked, in-review, or assigned-but-not-progressing, and decide a single next action per issue (resume, reassign, unblock, escalate, or close).

paperclipai/paperclip · 48 tokens

trtllm-code-contribution

Best practices for contributing code to TensorRT-LLM. Covers the official contribution process (issue tracking, fork workflow, DCO signing), coding guidelines, implementation workflow, common mistakes, testing strategy, commit hygiene, and review readiness. Incorporates rules from CONTRIBUTING.md and…

NVIDIA/TensorRT-LLM · 100 tokens

to-issues

Decompose a PRD and/or SPEC into implementable, vertically-sliced Issues with real blocking edges, then create them in your chosen platform (GitHub or Local). Use after /prd (and optionally /prd-to-spec) to turn requirements into agent-ready tickets. Triggers on: create issues, to-issues, 创建issue, 拆解issue, 生成卡片, 创建卡片…

smallnest/goal-workflow · 96 tokens

linear

Read Linear issues, transition state, and post comments. The entry point for ticket-driven agent workflows.

initializ/forge · 22 tokens

work-on-issue

Use when the user says "work on issue", "work on this issue", "implement issue", "/work-on-issue", or otherwise asks to implement a GitHub issue end-to-end (not merely validate it). Takes a GitHub issue URL or number (defaults to the just-validated issue). Implements the fix in an isolated worktree, verifies it…

richkuo/rk-skills · 107 tokens