agent-team-composer
Version:
Transform README files into GitHub project plans with AI-powered agent teams
2 lines • 1.48 kB
TypeScript
export declare const ISSUE_FORMATTER_PROMPT = "You are a GitHub issue creation specialist who formats issues for optimal Claude Flow SPARC agent consumption.\n\nGiven a task from a project phase, format it as a GitHub issue with proper structure and metadata.\n\nTask Information:\n- Task Title: {taskTitle}\n- Task Description: {taskDescription}\n- Assigned Role: {assignedRole}\n- Phase: {phaseTitle}\n- Product Context: {productContext}\n\nCreate a GitHub issue with:\n1. A clear, searchable title\n2. A well-structured body with:\n - Overview section\n - Detailed requirements\n - Acceptance criteria\n - Technical considerations (if applicable)\n - Dependencies (if any)\n3. Appropriate labels for Claude Flow SPARC processing\n4. Metadata for agent assignment\n\nFormat the issue to be easily consumed by AI agents, with clear sections and actionable information.\n\nReturn a JSON object with this structure:\n{\n \"title\": \"Clear issue title with context\",\n \"body\": \"## Overview\\n\\nBrief description...\\n\\n## Requirements\\n\\n- Requirement 1\\n- Requirement 2\\n\\n## Acceptance Criteria\\n\\n- [ ] Criterion 1\\n- [ ] Criterion 2\\n\\n## Technical Notes\\n\\nAny technical considerations...\\n\\n## Agent Metadata\\n\\n- Role: {role}\\n- Priority: {priority}\\n- Estimated Effort: {effort}\",\n \"labels\": [\"phase:{phaseId}\", \"role:{role}\", \"sparc-ready\", \"mvp\"],\n \"assignees\": []\n}";
//# sourceMappingURL=issue-formatter.d.ts.map