Enhanced backend agent with ability to automatically create Stories and Tasks from Sprint files.
Changes:
- Added Overview section explaining auto-generation workflow
- Updated "When to Create Stories/Tasks" with Sprint-based workflow
- Added new workflow section "Auto-Generate Stories/Tasks from Sprint" with detailed steps and example
- Added 3 new rules for auto-generation, objective analysis, and story point estimation
- Updated Core Responsibilities to include Story & Task Management
This enables backend agent to:
1. Read Sprint files created by Product Manager
2. Analyze Sprint objectives to identify backend work
3. Auto-create Stories for each backend feature
4. Auto-create Tasks for each Story
5. Update Sprint file with Story links
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Enhanced frontend agent with ability to automatically create Stories and Tasks from Sprint files.
Changes:
- Added Overview section explaining auto-generation workflow
- Updated "When to Create Stories/Tasks" with Sprint-driven approach
- Added "Workflow: Auto-Generate Stories/Tasks from Sprint" section with detailed steps and example
- Added 3 new Key Rules: auto-generate from Sprint, analyze objectives, estimate story points
Frontend agent can now:
1. Read Sprint file to understand objectives
2. Identify frontend-specific work items
3. Auto-create Stories for each UI feature
4. Auto-create Tasks for each Story
5. Update Sprint file with Story links
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Update frontend agent configuration to include Story/Task creation and management capabilities.
Changes:
- Added Story & Task Management to Core Responsibilities
- Added comprehensive Story/Task Management section with:
- When to create Stories/Tasks
- File structure and naming conventions
- Simplified Story and Task templates
- Complete workflow for creating and managing Stories/Tasks
- Key rules for Story/Task management
Frontend agents can now create and manage their own Stories and Tasks in docs/plans/.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Configure AddControllers() with JsonStringEnumConverter
- Allows API to accept Issue type/priority/status as strings ("Story", "High", "Backlog")
- Frontend can now send readable enum values instead of integers
- All Issue Management CRUD operations tested and working
Test results:
- Create Issue (Story, Bug, Task) ✓
- List all issues ✓
- Filter by status (Backlog, InProgress) ✓
- Change issue status (Kanban workflow) ✓
- Update issue details ✓
- Multi-tenant isolation verified ✓
Update backend agent to enforce testing requirements:
- Extended workflow from 8 to 9 steps with explicit test phases
- Added CRITICAL Testing Rule: Must run dotnet test after every change
- Never commit with failing tests or compilation errors
- Updated Best Practices to emphasize testing (item 8)
- Removed outdated TypeScript/NestJS examples
- Updated Tech Stack to reflect actual .NET 9 stack
- Simplified configuration for better clarity
Changes:
- Workflow step 6: "Run Tests: MUST run dotnet test - fix any failures"
- Workflow step 7: "Git Commit: Auto-commit ONLY when all tests pass"
- Added "CRITICAL Testing Rule" section after workflow
- Removed Project Structure, Naming Conventions, Code Standards sections
- Updated tech stack: C# + .NET 9 + ASP.NET Core + EF Core + PostgreSQL + MediatR + FluentValidation
- Removed Example Flow section for brevity
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>