Open
Conversation
Signed-off-by: Maximillian Arruda <dearrudam@gmail.com>
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.
This pull request introduces a comprehensive, unified process for managing feature specs and progress tracking in the SLDD (Specs-Driven, Lean, Disciplined Delivery) workflow. The main change is the formalization of a
SPEC.mdfile as the single source of truth for each feature, with standardized save/resume behaviors, progress checklists, and improved integration of project conventions (such as testing guidelines). Each SLDD skill now supports resuming from and saving toSPEC.md, and the workflow ensures that all steps are tracked and context is preserved throughout the lifecycle.Key changes include:
Unified SPEC.md process and progress tracking:
SPEC.mdas a canonical, per-feature process journal, with a standardized directory structure, progress checklist, and sectioned output for each SLDD step. All skills now support saving outputs to and resuming fromSPEC.md, ensuring continuity and traceability across the feature lifecycle.Consistent save/resume behavior across all SLDD skills:
SPEC.mdpath at initialization, reads completed steps, extracts relevant prior sections as context, and announces which step will be continued. If a specs root directory is provided, the user can select from available features. [1] [2] [3] [4] [5] [6] [7]SPEC.mdaccordingly (including marking the checklist). If in plan mode (read-only), the user is informed and saving is deferred. [1] [2] [3] [4] [5] [6]Integration of project conventions and guidelines:
AGENTS.mdfile and any referenced testing guidelines, ensuring all generated code and tests conform to project standards. This is enforced in both test-writing and implementation steps, and is audited in the verification report. [1] [2] [3]Enhanced verification and compliance auditing:
Improved user experience and workflow clarity:
These changes standardize the feature development process, ensure all context and decisions are preserved, and tightly integrate project conventions into every step.