feat: Add ADR-based decision tracking and task completion validation#5
Open
fvadicamo wants to merge 1 commit intoFlineDev:mainfrom
Open
feat: Add ADR-based decision tracking and task completion validation#5fvadicamo wants to merge 1 commit intoFlineDev:mainfrom
fvadicamo wants to merge 1 commit intoFlineDev:mainfrom
Conversation
Add Architecture Decision Records (ADR) pattern for tracking architectural decisions and deviations from specifications, following SOTA practices from AWS, Google Cloud, and Microsoft. ADDED: - Templates/Guidelines/TaskCompletion.md - Strategic completion guidance - Templates/Agents/check-task-completion.md - Automated validation agent - Templates/Decisions/ADR.md - Standard ADR template (new directory) MODIFIED: - Commands/Plan/1-spec.md - ADR integration in dev customizations - Commands/Plan/2-research-tech.md - ADR context loading in dev customizations - Commands/Plan/3-steps.md - Validation phase template in dev customizations - Commands/Impl/start-working.md - ADR loading + deviation detection + milestone validation - Commands/proj/init.md - Create Context/Decisions/ directory FEATURES: - Project-level ADR tracking in Context/Decisions/ - Forward-only supersedes pattern (never modify old ADRs) - Automated deviation detection at milestones - Integration with existing planning workflow - Single source of truth for architectural decisions - check-task-completion agent for stub detection REFERENCES: - ADR pattern: https://adr.github.io/ - AWS best practices: Architecture Decision Records - Google Cloud: Architecture decision records - Microsoft Azure: Well-Architected Framework ADR guidance 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.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.
Summary
check-task-completionagent for automated validation at milestonesChanges
New Files (3)
Templates/Decisions/ADR.md- Standard ADR templateTemplates/Agents/check-task-completion.md- Automated validation agentTemplates/Guidelines/TaskCompletion.md- Strategic completion guidanceModified Files (13)
start-working.md,1-spec.md,2-research-tech.md,3-steps.md,commit-changes.md,release-app.md,release-package.md,proj/init.mdSpec.md,Tech.md,Steps.md,Project.mdCLAUDE.mdFeatures
Context/Decisions/Test plan
/ctxk:proj:initto verifyContext/Decisions/directory creationCLAUDE.mddocuments the ADR system correctly