adobe-to-docusign-migrator/PROJECT-SETUP.md

26 lines
963 B
Markdown

# Initial Project Scaffold (by Cleo)
## Structure
- README.md (project purpose, background, key links/notes)
- api-samples.md (JSON examples of Adobe Sign API responses)
- docs/agent-harness/ (fill in agent template/execution structure)
## Next Steps
1. Copy/initialize Agent Harness templates:
- /docs/agent-harness/README.md
- /docs/agent-harness/SPEC-CREATION-GUIDE.md
- ... (see BOOTSTRAP.md for all recommended files)
2. Collect and version sample API payloads for real templates
3. Begin mapping table for Adobe→DocuSign fields/roles/workflows
4. Draft initial Product Spec in docs/
## Suggestions for further setup
- Add a .gitignore (Node/Python/LLM junk, e.g. .DS_Store, .venv)
- Initialize a Git repo
- Optionally set up a `requirements.txt` or `package.json` if scripting
- (Later) Add test/docs folders, migration state tracking
---
*This file generated 2026-04-14 to bootstrap the project scaffold. Update as needed for specifics!*