Project Description
I want a complete technical workflow built inside Claude, plus the accompanying MCPs that bring the whole sequence to life. The goal is to automate a set of repeatable tasks, so the workflow must be structured, documented, and immediately executable.
Scope
• Map the end-to-end process directly in Claude’s workflow builder, showing every decision point and trigger.
• Write all automation scripts in Claude Code, keeping functions modular so I can reuse them later.
• Package the scripts as individual MCPs and link them back into the main flow so deployment is one-click.
Deliverables
1. Claude workflow file (.claude or equivalent export).
2. MCP set with clearly named scripts.
3. Read-me that explains inputs, outputs, and how to extend the flow.
Acceptance Criteria
• Running the top-level workflow completes without manual intervention.
• Each MCP is callable standalone and returns the expected result.
• Documentation is clear enough for a new team member to pick up and modify.
If questions arise about edge cases or tighter integration later on, flag them early so we can refine the logic together.