Skip to content

Commit 7c4bc43

Browse files
committed
feat: add new roadmap items for team directives restructuring, agent-optimized testing, GitHub issues integration, and code quality automation
1 parent 4f2c8cf commit 7c4bc43

File tree

1 file changed

+31
-3
lines changed

1 file changed

+31
-3
lines changed

roadmap.md

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,13 @@
175175
-**Layout Validation**: Consistency checking across team repositories
176176
-**Template Enforcement**: Standardized repository organization
177177

178+
#### **Team Directives Directory Restructuring** *(0% Complete)* - **MEDIUM PRIORITY**
179+
180+
-**Separate Cloning Location**: Move `--team-ai-directive` cloning from `.specify/` to dedicated `.team-directives/` directory to prevent repository mixture
181+
-**Directory Isolation**: Maintain clean separation between project scaffolding and team governance repositories
182+
-**Migration Support**: Provide migration utilities for existing projects with directives in `.specify/`
183+
-**Path Resolution Updates**: Update all team directive path resolution logic to use new directory structure
184+
178185
#### **Spec Management & Cleanup** *(0% Complete)* - **MEDIUM PRIORITY**
179186

180187
-**Spec Deletion Command**: `/delete-spec` command to safely remove spec with all associated files (spec.md, plan.md, tasks.md, context.md, feature branches)
@@ -202,12 +209,27 @@
202209
-**Lifecycle Trace Updates**: Automatic issue status updates during development lifecycle
203210

204211
#### **Issue Tracker Labeling** *(0% Complete)* - **FUTURE ENHANCEMENT**
205-
206212
-**Issue Label Application**: `apply_issue_labels()` for `async-ready` and `agent-delegatable` labels
207213
-**Spec vs Task Complexity**: Handle original spec issues vs. generated implementation tasks
208214
-**External Agent Integration**: Enable monitoring systems to pick up labeled issues
209215
-**Workflow Compatibility**: Ensure compatibility with natural language delegation approach
210216

217+
#### **Agent-Optimized Testing Infrastructure** *(0% Complete)* - **MEDIUM PRIORITY**
218+
-**Selective Test Execution**: Enable agents to run targeted test subsets during development (pytest integration)
219+
-**Interactive Testing Support**: Development server startup guides and Playwright/curl integration for real-time testing
220+
-**Enhanced Error Messages**: Rich assertion failures with contextual debugging information for agent comprehension
221+
-**Test Suite Optimization**: Agent-friendly test organization and execution patterns
222+
223+
#### **GitHub Issues Integration Enhancement** *(0% Complete)* - **MEDIUM PRIORITY**
224+
-**Direct Issue URL Processing**: Seamless integration of GitHub issue URLs into agent context
225+
-**Issue-Driven Development**: Enhanced workflow for issue-to-spec conversion and tracking
226+
-**Context Preservation**: Maintain issue relationships throughout development lifecycle
227+
228+
#### **Code Quality Automation** *(0% Complete)* - **LOW PRIORITY**
229+
-**Agent-Driven Linting**: Automated code quality checks with agent-executable linters and formatters
230+
-**Type Checking Integration**: Real-time type validation during agent code generation
231+
-**Quality Gate Automation**: Pre-commit hooks for agent-generated code validation
232+
211233
---
212234

213235
## 📈 **IMPLEMENTATION STATUS SUMMARY**
@@ -231,6 +253,9 @@
231253
| **Enhanced Traceability** | 100% | ✅ Complete |
232254
| **Strategic Tooling** | 100% | 🔄 Current Phase |
233255
| **Spec Management** | 0% | 🔄 Current Phase |
256+
| **Agent Testing Infrastructure** | 0% | 🆕 Future Phase |
257+
| **GitHub Issues Enhancement** | 0% | 🆕 Future Phase |
258+
| **Code Quality Automation** | 0% | 🆕 Future Phase |
234259
| **Advanced MCP** | 0% | 🆕 Future Phase |
235260
| **IDE Integration** | 0% | 🆕 Future Phase |
236261
| **Evaluation Suite** | 0% | 🆕 Future Phase |
@@ -263,8 +288,11 @@
263288
3. **MEDIUM**: Spec management & cleanup (0% → 100%) - Workflow maintenance
264289

265290
**🆕 FUTURE PHASE (Complete After Current Phase):**
266-
9. **LOW**: Feature-level mode configuration (0% → future consideration)
267-
10. **LOW**: IDE Integration & advanced cockpit features (0% → future consideration)
291+
9. **MEDIUM**: Agent-optimized testing infrastructure (0% → future consideration)
292+
10. **MEDIUM**: GitHub issues integration enhancement (0% → future consideration)
293+
11. **LOW**: Code quality automation (0% → future consideration)
294+
12. **LOW**: Feature-level mode configuration (0% → future consideration)
295+
13. **LOW**: IDE Integration & advanced cockpit features (0% → future consideration)
268296

269297
### **Implementation Timeline**
270298

0 commit comments

Comments
 (0)