Fix initiative organization: folder structure, phase boundaries, JIRA…#3
Merged
beliaev-maksim merged 1 commit intomainfrom Oct 27, 2025
Merged
Fix initiative organization: folder structure, phase boundaries, JIRA…#3beliaev-maksim merged 1 commit intomainfrom
beliaev-maksim merged 1 commit intomainfrom
Conversation
…-ready tasks Major improvements: 1. File Organization: - All initiative files now organized in specs/<number>-<short-name>/ folders - No more messy project root with scattered files - Each initiative is self-contained and easy to archive 2. Phase Boundary Clarification: - /speckit.specify and /speckit.plan are BRAINSTORMING phases - Only create markdown planning documents (no yaml, scripts, or data files) - Implementation artifacts created during /speckit.implement phase - Added explicit guardrails and reminders throughout templates 3. JIRA-Ready Task Format: - Tasks now include: title, owner, estimate, priority - Detailed description with business context - Acceptance criteria (3-5 specific, measurable items) - Deliverable paths, dependencies, and business value - Ready to import into JIRA or project management tools 4. Script Updates: - Added INITIATIVE_DIR to JSON output in all scripts - Both bash and PowerShell scripts updated consistently 5. Documentation: - Updated README with folder structure diagram - Added phase boundary summary - Clarified what gets created in each phase Fixes #1 - initiative files scattered in project root Fixes #2 - AI creating implementation files during planning Fixes #3 - tasks too simple for JIRA import
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…-ready tasks
Major improvements:
File Organization:
Phase Boundary Clarification:
JIRA-Ready Task Format:
Script Updates:
Documentation:
Fixes #1 - initiative files scattered in project root Fixes #2 - AI creating implementation files during planning Fixes #3 - tasks too simple for JIRA import