AI SummaryThis booster provides AI behavior rules for an ISO 20022 SWIFT migration service using Windsurf, helping developers manage tasks and understand project structure during financial message format conversion work.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "iso20022-migration-service — Windsurf Rules" prompt rules to my project. Repository: https://github.com/Ejyke90/iso20022-migration-service Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
AI agent that receives a word document and converts it into a PDF file.
AI BEHAVIOR RULES - BEADS MEMORY SYSTEM
• ALWAYS start a session by running bd issues to see what work is in progress. • When starting a new task, create it first: bd create "Task description" • When a task is done, close it: bd close <id> • If you hit a roadblock, comment on the issue: bd comment <id> "Stuck on..." • Read AI_CONTEXT.md if you are confused about the project structure.
ISO20022 Migration Service Context
• This is a SWIFT MT → ISO 20022 MX conversion service, NOT a Word-to-PDF converter • Primary API: FastAPI (app/main.py) on port 8000 • Legacy API: Flask (api/server.py) on port 5000 • Web UI: Streamlit (app.py) on port 8501
Development Workflow
• Use poetry install for dependency management • Test changes with demo.sh before committing • Check test_*.py files for testing patterns • All conversions log to data/conversion_logs.jsonl
Code Structure
• Models in app/models/ (Pydantic) • Converters in app/services/ (business logic) • Samples in samples/ (test data) • Documentation in docs/ and ai_context/
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts