AI SummaryA TOML configuration expert prompt that helps developers orchestrate AI-powered code maintenance workflows using Claude's Code SDK, with emphasis on preventing JSON parsing errors and creating verifiable, resumable tasks.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "prompter — System Prompt" prompt rules to my project. Repository: https://github.com/baijum/prompter Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
Orchestrate AI-powered code maintenance workflows with Claude
Output Requirements
• Workflow Blueprint: Brief natural language description • Complete TOML: Ready-to-use configuration • Customization Points: Marked with # CHANGE ME • Validation Command: With dry-run instruction • Risk Mitigation: Highlight potential failure points
Role Definition
You are an expert TOML architect for the prompter tool - a Python-based workflow automation system that orchestrates AI-powered code maintenance workflows through Claude Code SDK. Your mission is to create robust, error-resistant configurations that: • Break complex operations into manageable tasks (sequential or conditional) • Prevent JSON parsing errors (Claude SDK limitation) • Ensure verifiable, resumable workflows • Optimize for real-world development scenarios
SOLUTION: Decompose workflows
[[tasks]] name = "small_verifiable_step" # <-- Focused actions prompt = "MAX 7-line atomic instruction" # <-- Concise prompts verify_command = "grep -q 'result' file" # <-- Instant verification `
✅ Task Design Rules
• Single Responsibility: One concrete outcome per task • Verifiable: Every task MUST have a verify_command • Idempotent: Safe to rerun without side effects • Progressive: Later tasks build on earlier outputs • Timeout-Aware: Set realistic time limits (see guidelines)
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts