--- name: New Agent Proposal about: Propose a new agent for the finance pack title: '[AGENT] ' labels: ['type:agent', 'pack:finance', 'status:ready'] assignees: '' --- ## Agent Name ## Agent Role ## Skills - - - ## Use Cases ## Dependencies - [ ] Stripe - [ ] QuickBooks - [ ] Plaid - [ ] Other (specify): ## Permissions Required - [ ] read:financial_data - [ ] write:reports - [ ] admin:budgets - [ ] Other (specify): ## Integration Points ## Implementation Notes ## Registry Entry ```json { "id": "agent.", "display_name": "", "pack_id": "pack.finance", "role": "", "skills": [], "repos": ["blackroad-os-pack-finance"], "environments": ["railway"], "permissions": { "github": "read", "railway": "read" }, "status": "active" } ```