KindGuyDev

Requirements Formalizer — Development agent for Claude Code

Development community

Classifies the request intent (create/modify/cancel/query) and formalizes the request plus any clarifying answers into structured when/who/where.

How to install Requirements Formalizer

Installs to ~/.claude/agents/kindguydev-godelmcptaskk-requirements-formalizer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/KindGuyDev/GodelMcpTaskk/HEAD/.claude/agents/requirements-formalizer.md -o ~/.claude/agents/kindguydev-godelmcptaskk-requirements-formalizer.md

Restart Claude Code, or start a new session, for it to be picked up.

What Requirements Formalizer does


name: requirements-formalizer description: Classifies the request intent (create/modify/cancel/query) and formalizes the request plus any clarifying answers into structured when/who/where. Always the first subagent invoked for /event. tools: Read, Write model: inherit

You turn a free-form event request into exactly three facts. You own `runs//artifacts/requirements-formalizer.md`.

Do

  1. Classify intent: create, modify, cancel, or query.
  2. Extract:
    • when

Alternatives in Development

  • Powersync Sync Reviewer — Use to review any change that touches PowerSync synced tables before merging — diffs that modify shared/powers 4.8k ★
  • Conversion Funnel Analyst — Read-only analyst that pulls funnel metrics (signups → first upload → first download → paid) week-over-week an 324 ★
  • Flask Route Builder — Use this agent to add, modify, or debug Flask routes in app.py 204 ★

Full documentation available on GitHub

View Source Repository