Files
blackroad-os-pack-finance/.github/ISSUE_TEMPLATE/agent_proposal.md
2025-11-24 16:52:18 +00:00

1.3 KiB

name, about, title, labels, assignees
name about title labels assignees
New Agent Proposal Propose a new agent for the finance pack [AGENT]
type:agent
pack:finance
status:ready

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

{
  "id": "agent.",
  "display_name": "",
  "pack_id": "pack.finance",
  "role": "",
  "skills": [],
  "repos": ["blackroad-os-pack-finance"],
  "environments": ["railway"],
  "permissions": {
    "github": "read",
    "railway": "read"
  },
  "status": "active"
}