methodology agents

61 tagged methodology, measured the same way as everything else here.

Browse within: ai-development 23self-improving 23agile-methodology 12ai-assisted-development 12agentic-development 6Project Management 5active-learning 5agent-sdk 5ai-pair-programming 5ai-workflow 5context-engineering 5forward-deployed-engineering 5knowledge-management 5llm-agents 5

self-critic

01

HughYau/qiushi-skill

Agent

A review agent that examines completed work against its original goal, evidence, and acceptance criteria, then gives specific criticism and improvement suggestions.

3.8k 5d ago A 63 tokens original MIT

bsa

02

bybren-llc/safe-agentic-workflow

Agent Claude Code

Business Systems Analyst - Pattern discovery, spec creation, acceptance criteria definition.

404 1mo ago A 16 tokens original MIT

rte

04

bybren-llc/safe-agentic-workflow

Agent Claude Code

Release Train Engineer - PR creation, CI/CD validation, release coordination.

404 1mo ago A 16 tokens original MIT

blog-writer

05

gigsmart/haiku-method

Agent Claude Code

Use this agent to draft a new blog post for website/content/blog/. The agent loads the voice rules, structures the post per the "don't hand the reader the thesis" pattern, and runs the humanize skill before returning the draft. Pass the topic + the concrete artifacts the post should be grounded in (commits, files…

24 3mo ago A 79 tokens original Apache-2.0

kw-distiller

06

chenpg2/kw-engine

Agent

Distills a Layer-1 paper reading into abstract, transferable Layer-2 principle records (first-principles), capturing problem-signature ↔ mechanism ↔ rationale.

11 2mo ago A 38 tokens original MIT

kw-fetcher

07

chenpg2/kw-engine

Agent

Acquires ONE paper PDF into paper/ .pdf via a robust multi-source open-access fallback chain, validates it is a real PDF, and registers a pending index entry. Use to fetch a paper before kw-reader reads it. Never reads/abstracts the paper.

11 2mo ago A 58 tokens original MIT

kw-verifier

08

chenpg2/kw-engine

Agent

Independent quality/integrity reviewer for memory records. Checks SCHEMA invariants, provenance resolution, L1 faithfulness, L2 abstraction. Never produces records — review lane only.

11 2mo ago A 40 tokens original MIT

bug-fixer

09

Caspian-Sun/claude-code-workflow

Agent Claude Code

Fix a single triaged bug (from bug-reports entries or verbal descriptions normalized by /bug-check). Locate root cause → minimal fix → run tests → return fix report. Suitable for parallel spawning by /fix when handling multiple bug reports (one bug per agent).

10 4d ago A 59 tokens original MIT

code-reviewer

10

Caspian-Sun/claude-code-workflow

Agent Claude Code

Perform read-only code review on specified files or directories, scanning for issues per project rules (coding-style / no-hardcode / file-docs / testing), and outputting a structured report. Does not modify code. Suitable for parallel review of large directories by /review, or as an independent second-opinion check…

10 4d ago A 73 tokens original MIT

meta-auditor

11

Caspian-Sun/claude-code-workflow

Agent Claude Code

God-mode engineering meta-auditor. Scans .claude/ + docs/ + workspace/src/, outputs structured observation reports to docs/retrospectives/. Observes and suggests only — does not modify any .claude/ or docs/ files (except its own reports). Triggered by /meta-audit command, or spawned by main agent after major…

10 4d ago A 79 tokens original MIT

reviewer

12

w00fx/spec-anchored-agentic-development

Agent

Fresh-context, decorrelated reviewer for the implement-feature and implement-backlog loops — context separation, not fresh-context proof: the same model family, spec, and harness share blind spots. Bash is granted for read/verify commands (test runners may write caches and build output). The invariant is non-authoring…

5 6d ago A 175 tokens original MIT

iLomer/Metho_agentic

Agent Claude Code

Use to implement tasks belonging to {{EPICNAME}} ({{EPICID}}). Owns {{EPICDOMAIN}}. Picks tasks tagged {{EPICID}} from tasks-todo.md and runs independent tasks in parallel. Reports checkpoint status to SWARMAWARENESS.md every 3 completed tasks. Do NOT use for tasks belonging to other epics.

5 3mo ago A 84 tokens original MIT

meto-pm

14

iLomer/Metho_agentic

Agent Claude Code

Planning, backlog management, epic definition, and task slicing. Reads context files and writes full task definitions into the backlog. Use before any new feature work.

5 3mo ago A 36 tokens original MIT

meto-tester

15

iLomer/Metho_agentic

Agent Claude Code

Validate work in tasks-in-testing.md. Full acceptance criteria are in the task block. One item at a time, always sequential. Never fixes bugs, only flags and sends back.

5 3mo ago A 41 tokens original MIT

10CG/Aria

Agent

An adversarial review agent for testing conclusions or proposed fixes that already have supporting evidence. It tries to disprove the recommended action with counterexamples and checks whether the proposed fallback repeats the original problem.

2 yesterday A 181 tokens original MIT

spec-fix-author

17

10CG/Aria

Agent

An agent that writes corrections to OpenSpec planning files after an audit finds problems. OpenSpec is a format for documenting proposed changes and their implementation tasks.

2 yesterday A 202 tokens original MIT

stepanenkoviktor0110-boop/ai-dev-methodology

Agent

Bidirectional requirements traceability: user-spec -> tech-spec/tasks and back. Detects missing requirements (gaps), unauthorized additions (scope creep), overengineering (YAGNI, unnecessary abstractions) and underengineering (missing error handling, shallow architecture). Use when: validating tech-spec completeness…

2 7d ago A 88 tokens

task-validator

19

stepanenkoviktor0110-boop/ai-dev-methodology

Agent

Validates task files against task template and task-creator rules. Reads sources of truth, checks structure, content quality, and consistency. Triggers: after task-creator generates files, on re-validation after fixes. Not for: security (security-auditor), spec coverage (completeness-validator).

2 7d ago A 63 tokens

tech-spec-validator

20

stepanenkoviktor0110-boop/ai-dev-methodology

Agent

Validates tech-spec template compliance and implementation task quality: sections present, frontmatter correct, standards compliance, verification plan, task skill correctness, task brevity, decisions placement. Security, adequacy, testing strategy, and code mirage detection handled by dedicated validators. Use before…

2 7d ago A 71 tokens

architect

21

Avalon-27reg/smyslokod-starter

Agent Claude Code

An architecture planning assistant for choosing a technology stack and designing an application's structure, data model, APIs, and folders.

1 3mo ago A 47 tokens original MIT

critic

22

Avalon-27reg/smyslokod-starter

Agent Claude Code

A critical review assistant for plans, architecture, and code. It looks for concrete ways a proposed solution could fail.

1 3mo ago A 47 tokens original MIT

qa-tester

23

Avalon-27reg/smyslokod-starter

Agent Claude Code

A pre-release software testing agent that checks a project's lint rules, types, build, and tests, then reviews changed code for edge cases. It also prepares a checklist for manual testing.

1 3mo ago A 38 tokens original MIT