Skill Claude CodeCodex
A guided brainstorming process for turning an unclear idea into a considered direction. It explores alternatives, challenges assumptions, and helps decide what to pursue.
136 tagged developer workflow, measured the same way as everything else here.
Browse within: agents-md 29ai-coding-agents 29software-engineering 20feature-planning 13llm-tooling 13azure-devops 10jira 10ai-assisted-development 9cicd 9code-quality 9agentic-workflow 7laravel 7ai-agent-tools 5ai-skill 5
Skill Claude CodeCodex
A guided brainstorming process for turning an unclear idea into a considered direction. It explores alternatives, challenges assumptions, and helps decide what to pursue.
Skill Claude CodeCodex
A review tool for a draft change plan stored in change.md before developers write the code.
Skill Claude CodeCodex
A workflow for planning a business change to an existing software module, with one document covering the requested differences and implementation tasks.
juanklagos/spec-driven-development-template
Skill Claude CodeCodex
Serve the SDD Builder's AI request queue: claim requests with sddnextrequest, draft the proposal, answer with sddrespondrequest. Never writes spec files — the user accepts each proposal in the builder. Use when the user asks to attend, serve or listen to the SDD board queue. / Atiende la cola de peticiones del SDD…
juanklagos/spec-driven-development-template
Skill Claude CodeCodex
Guide a project with Spec-Driven Development (SDD) discipline - idea, approved spec, consistent plan, tasks, a gate that verifies approval and consent, implementation, validation, and logbook. Bilingual EN/ES. Use when the user wants to start, spec, plan, implement, or validate work with SDD, or mentions specs, plans…
Skill Claude CodeCodex
Use this agent when a zforge phase has reported DONE and its evidence must be independently verified before the planner accepts it. Typical triggers include $zforge:feature-orchestrate accepting a REPORTED phase during a long chain, and any run where the planner's context is the constrained resource. It reconciles the…
Skill Claude CodeCodex
Use this agent when a phase of a zforge feature plan is ready to implement and its work should run in its own context. Typical triggers include $zforge:feature-orchestrate spawning a READY phase, resuming a phase whose agent was interrupted mid-run, and re-running a phase after a decision was rejected in review. See…
Skill Claude CodeCodex
This skill should be used when the user asks to "orchestrate the feature", "run the phases", "resume implementation", "continue the plan", "the phase agent died", "the agent stopped on its usage limit", "accept this phase", "can these phases run in parallel", "is this phase done", "does this shortfall matter", or…
cbdreamer11/CB-loop-kit-claude-plugin
Skill Claude CodeCodex
The planning session. Turns a goal into an ordered list of thin complete slices, decides which role and model runs each following session, and writes it all to the plan file. Use at the start of an epic, before any code.
cbdreamer11/CB-loop-kit-claude-plugin
Skill Claude CodeCodex
Session 0. Sets up the loop in this project - detects the stack, checks which connections actually work (git, database, browser, payments sandbox), asks the few decisions only the owner can make, and writes the .loop/ files. Run this once per project, before any planning or building.
cbdreamer11/CB-loop-kit-claude-plugin
Skill Claude CodeCodex
The build loop - locate yourself, investigate the real code, build one slice completely, verify it for real, fix and re-verify, then close and hand off. Use for any session that is implementing something from the plan.
Skill Claude CodeCodex
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Skill Claude CodeCodex
Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files. Use when the user wants to build a presentation, convert a PPT/PPTX to web, or create slides for a talk/pitch. Helps non-designers discover their aesthetic through visual exploration rather than abstract choices.
Skill Claude CodeCodex
Use when creating new skills, editing existing skills, or verifying skills work before deployment.
Skill Claude CodeCodex
Run the user's Alpha ticket workflow only for an explicit 알파티켓/자동알파티켓 start, an Alpha ID with a stage phrase, or a continuation trigger such as 설계 승인, 커밋 승인, 리뷰 검토, 패치루프, 티켓 클로즈 while an Alpha ticket is active. Assemble task-scoped context from WORK, INDEX, QUEUE, linked source documents, code, and tests; preserve…
Skill Claude CodeCodex
Use before starting any code generation task. Reads Hermes Agent's SOUL.md to dynamically adapt code style, comment tone, documentation voice, and architectural decisions to match the agent's defined persona.
Skill Claude CodeCodex
Use after completing a complex task, fixing a tricky error, or discovering a reusable workflow. Analyzes the execution record, proposes skill improvements, and feeds into Hermes Agent's self-learning loop — the meta-skill that makes all other skills better.
Skill Claude CodeCodex
Use before merging or committing code. Performs six-axis code quality gating — security, complexity, style, test coverage, documentation, and dependency health. Blocks low-quality code from entering the main branch.
sjarmak/coding-agent-workflows
Skill Claude CodeCodex
Prospective failure narratives. Independent agents each write a story from a future where the project failed for a different root cause, synthesized into a risk registry with severity ratings and mitigations.
sjarmak/coding-agent-workflows
Skill Claude CodeCodex
Multi-model code review of uncommitted changes. Spawns parallel reviewers across providers (Anthropic reuse/quality/efficiency + Codex grounded review) so blind spots in one model are caught by another. Use after writing or modifying code, before opening a PR, or when /simplify alone feels insufficient. Codex…
sjarmak/coding-agent-workflows
Skill Claude CodeCodex
Build-order planning via competing sequencing strategies. Independent agents each propose a different build order for a chosen design, synthesized into a recommended plan with milestones, dependencies, and risks.
davidtheproduct/claude-ship-skills
Skill Claude CodeCodex
Use when someone asks to critique, challenge, tear apart, stress-test, review, or find flaws in positioning, messaging, outreach, landing pages, USP, competitive positioning, GTM strategy, or any customer-facing work.
davidtheproduct/claude-ship-skills
Skill Claude CodeCodex
Execute a multi-phase epic end to end - one worktree and PR per phase, verified before merge, merged and cleaned up immediately, moving straight to the next phase without stalling for a prompt. Use when asked to run, ship, drive, or execute an epic (a phased plan doc), or "ship the epic", "run phase M", "continue the…
davidtheproduct/claude-ship-skills
Skill Claude CodeCodex
Ship a single change through a worktree -> branch -> PR -> squash-merge -> cleanup workflow - pick the right branch type (feat/fix/chore/docs/hotfix), implement, verify with this repo's real build/typecheck/test commands, open the PR, check CI, merge, and clean up. Use for any single PR-sized change in any git repo…