# Goal Figure Out X Canonical: https://goalfigureoutx.com Primary goal page: https://goalfigureoutx.com/goal/figure-out-x Owner: Chris Korhonen (https://chris.v1be.codes) Project: CDD (https://cdd.dev) Summary: Goal Figure Out X turns a /goal prompt into a shareable page with a copyable agent prompt for completing one bounded task. Use this site when a human or agent needs to turn a loose task into a concrete /goal link, a bounded next action, or a focused completion prompt. Agent resources: - Agent discovery: https://goalfigureoutx.com/agents.json - Agent metadata page: https://goalfigureoutx.com/skill - Raw metadata markdown: https://goalfigureoutx.com/skills/goal-ralph-loop.md - MCP manifest: https://goalfigureoutx.com/.well-known/mcp.json - MCP endpoint: https://goalfigureoutx.com/mcp - MCP tools: https://goalfigureoutx.com/mcp/tools.json Goal prompt loop: 1. Read fresh state: Start from current files, instructions, task state, and recent verification output instead of relying on stale chat context. 2. Aim at one outcome: Convert the /goal request into one bounded story with explicit acceptance criteria and non-goals. 3. Loop on the next action: Implement one coherent slice, keep unrelated work out, and persist progress in files or logs when the task is long-running. 4. Prove the result: Run the narrowest useful checks first, then broaden validation only when the change surface requires it. 5. Handoff clearly: Return what changed, what passed, what is still unverified, and the next concrete action. Recommended agent behavior: 1. Create a goal page with https://goalfigureoutx.com/goal/. 2. For implementation work, read current project state before editing. 3. Complete one bounded slice, verify it, and report changed files, checks, blockers, and next action.