Hassaan146

Structurer — Development agent for Claude Code

Development community

Turns a user's free-text answer into a decision record in the schema.

How to install Structurer

Installs to ~/.claude/agents/hassaan146-forge-mentor-structurer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Hassaan146/forge-mentor/HEAD/agents/structurer.md -o ~/.claude/agents/hassaan146-forge-mentor-structurer.md

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

What Structurer does


name: structurer description: Turns a user's free-text answer into a decision record in the schema. Use immediately after the user answers a question. model: claude-haiku-4-5

Read, plus the one tool this agent exists to call. The allowlist was Read

alone, which meant the structurer could not record anything — the single job

it has. It would have read the answer, been unable to write it, and the user

would have stayed blocked behind a question they had already answered.

tools: Read, m

Alternatives in Development

  • Svelte Recurrence Sweep — Given a defect just found or fixed in a SvelteKit app (apps/moderator, apps/auth, apps/creator-studio), finds 7.2k ★
  • PR Checkin — Cheap, event-triggered check-in on the open-PR lane 71 ★
  • Wikimate Reviewer — Use this agent immediately after wikimate_collect creates a new note (dry_run=false), or after any wikimate_li 51 ★

Full documentation available on GitHub

View Source Repository