Intake examples
Copy a brief, replace the sample details.
Use one of these as a safe starting point for a quote request. Keep it sanitized: no passwords, API keys, customer records, production dumps, payment details, or files you are not allowed to share.
CSV or Excel cleanup
Goal:
Compare two exports and generate a reconciliation report.
Inputs:
- old_export.csv
- new_export.csv
Matching key:
- order_id
Fields to compare:
- amount
- status
- updated_at
Expected output:
- summary.json
- mismatches.csv
- missing_old.csv
- missing_new.csv
- duplicates.csv
Rules:
- Trim whitespace.
- Compare status case-insensitively.
- Compare amount as a decimal number.
- Treat blank updated_at as missing.
Deadline:
- Need first version by [date].
Budget range:
- [range]
Bug, test, or CI repair
Goal:
Fix the failing test or CI job without changing unrelated behavior.
Repo:
- [public repo URL or private repo access note]
Failing command:
- [command]
Observed result:
- [short error excerpt]
Expected result:
- [what should pass or happen]
Files or route involved:
- [path, test, component, endpoint, or workflow]
Constraints:
- Keep existing public API behavior.
- Add or update the smallest useful regression test.
Budget range:
- [range]
Codex repo readiness audit
Goal:
Make this repo easier and safer to modify with Codex or another coding agent.
Repo:
- [repo URL]
What is hard today:
- setup commands are unclear
- tests are flaky or undocumented
- generated files are easy to edit by mistake
- risky areas need explicit no-go rules
Expected output:
- AGENTS.md or contributor guidance
- command map for setup/test/lint/build
- risk and ownership notes
- verification checklist
Constraints:
- Do not change production behavior unless separately approved.
- Do not add dependencies without agreement.
Budget range:
- [range]
Small AI workflow prototype
Goal:
Build a narrow prototype using the content I provide.
Inputs:
- [docs, FAQ, policy text, sample tickets, or public pages]
User workflow:
- [who uses it and what question/action they need]
Expected output:
- runnable demo or script
- short README
- sample input/output
- verification notes
Constraints:
- No private credentials in the repo.
- Use only content I am allowed to share.
- Keep the prototype narrow; no production deployment yet.
Budget range:
- [range]
Ready to send a sanitized request?
Paste one brief into the structured issue form and replace the sample placeholders. Public requests should contain scope only.
Request a quote Back to services