self-critic
01Agent
A review agent that examines completed work against its original goal, evidence, and acceptance criteria, then gives specific criticism and improvement suggestions.
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
Agent
A review agent that examines completed work against its original goal, evidence, and acceptance criteria, then gives specific criticism and improvement suggestions.
bybren-llc/safe-agentic-workflow
Agent Claude Code
Business Systems Analyst - Pattern discovery, spec creation, acceptance criteria definition.
bybren-llc/safe-agentic-workflow
Agent Claude Code
Data Engineer - Database schema changes and migrations.
bybren-llc/safe-agentic-workflow
Agent Claude Code
Release Train Engineer - PR creation, CI/CD validation, release coordination.
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…
Agent
Distills a Layer-1 paper reading into abstract, transferable Layer-2 principle records (first-principles), capturing problem-signature ↔ mechanism ↔ rationale.
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.
Agent
Independent quality/integrity reviewer for memory records. Checks SCHEMA invariants, provenance resolution, L1 faithfulness, L2 abstraction. Never produces records — review lane only.
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).
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…
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…
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…
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.
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.
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.
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.
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.
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…
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).
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…
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.
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.
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.