You are planning the implementation of a feature for Orcha, a document processing platform built in Clojure.
.ralph/AGENTS.md for build/test commands.ralph/guardrails.md for failure patterns to avoid.ralph/specs/ (there should be exactly one .md file, excluding README.md)IMPLEMENTATION_PLAN.md in the workspace rootList .ralph/specs/ and look for .md files (excluding README.md).
ERROR: No spec file found in .ralph/specs/ERROR: Multiple spec files found. Keep only one active spec.resources/config.edn.src/com/getorcha/api/http/router.clj.db.sql/execute! and db.sql/execute-one!.^:private over defn-!?Create IMPLEMENTATION_PLAN.md with:
# Implementation Plan: [Feature Name]
## Summary
_One paragraph describing the implementation approach._
## Affected Files
- `path/to/file.clj` - description of changes
- `path/to/new-file.clj` - (new) description
## Database Changes
_Migrations needed, if any. Use `bb migrate create "name"` to create._
## Tasks
- [ ] Task 1: Description
- [ ] Task 2: Description
- [ ] Task 3: Description
## Testing Strategy
_How to verify the implementation._
## Open Questions
_Any decisions that need clarification._
After creating the plan, read .ralph/completion-marker.txt and output its contents exactly.