All skills
Skillintermediate

Standard Operating Procedures (SOPs)

This directory contains agent SOPs (Standard Operating Procedures) for structured AI-assisted development workflows.

Claude Code Knowledge Pack7/10/2026

Overview

Standard Operating Procedures (SOPs)

This directory contains agent SOPs (Standard Operating Procedures) for structured AI-assisted development workflows.

Provenance

These SOPs are sourced from the strands-agents/agent-sop repository, an open-source collection of workflow definitions for AI coding agents.

Available SOPs

SOPDescription
code-assist.sop.mdTDD-based code implementation following Explore → Plan → Code → Commit workflow
code-task-generator.sop.mdGenerates structured code task files from descriptions or PDD plans

Usage

These SOPs can be referenced by AI coding agents (Claude Code, Cursor, Kiro, etc.) to follow structured, repeatable workflows for code implementation tasks.

code-assist

Use for implementing code tasks with test-driven development:

  • Explores codebase patterns and requirements
  • Plans test strategy and implementation approach
  • Implements using RED → GREEN → REFACTOR cycle
  • Commits with conventional commit messages

code-task-generator

Use for breaking down requirements into structured tasks:

  • Accepts rough descriptions or PDD implementation plans
  • Generates .code-task.md files with acceptance criteria
  • Supports both single tasks and multi-step PDD workflows

Acknowledgements

These SOPs are adapted from the excellent strands-agents/agent-sop repository. Thank you to the Strands Agents team for open-sourcing these workflow definitions.

License

See the original repository for license information.