Commit Graph

7 Commits

Author SHA1 Message Date
liuzhengdong 0ed674bff2 Enhance quality management in CodeStable framework
- Introduced a new quality.md reference document outlining the nine product quality characteristics based on ISO/IEC 25010:2023.
- Updated design, do, explore, talk, and spec documents to incorporate quality goals and commitments, ensuring they are part of the issue lifecycle.
- Modified templates for various issue types (bug, chore, feature, refactor) to include sections for quality objectives, ensuring that quality considerations are explicitly documented and addressed.
- Implemented checks in the skill repository to ensure quality objectives are included in relevant templates and that the quality.md is referenced appropriately.
- Enhanced the overall structure of documentation to emphasize the importance of quality in design decisions and implementation evidence.
2026-07-15 22:15:19 +08:00
liuzhengdong 9007cbd231 feat: redefine Explore around how it works 2026-07-12 23:53:22 +08:00
liuzhengdong 0ba5161aff Refactor documentation and templates for CodeStable
- Updated CLAUDE.md and README files to clarify skill independence and documentation structure.
- Removed facts.md template and integrated essential startup rules into AGENTS.md and CLAUDE.md.
- Revised various reference documents to enhance clarity on knowledge management and project specifications.
- Adjusted init_codestable.py script to eliminate facts.md creation and streamline project initialization.
- Introduced user preferences document to emphasize professional user treatment and technical depth.
- Ensured all changes align with the new structure for knowledge artifacts and project documentation.
2026-07-12 22:34:04 +08:00
liuzhengdong 90d76ce9bc refactor: distribute CodeStable as a standard skill 2026-07-12 21:16:12 +08:00
liuzhengdong 13bd92a2c4 feat: unify CodeStable into one cs skill 2026-07-12 21:03:44 +08:00
liuzhengdong 48a24179fe release: codestable-lite 0.1.1 2026-07-06 17:46:56 +08:00
liuzhengdong 111829d152 feat: add new skills and templates for CodeStable LITE
- Introduced `cs-spec` for maintaining project and epic specifications.
- Added `cs-spec-explore` for creating exploratory issues to investigate project spec gaps.
- Implemented `cs-talk` for clarifying vague ideas and organizing discussions.
- Created `cs-test` for optional test design associated with specific issues.
- Developed `cs` as a navigation skill to guide users on which CodeStable skill to use.
- Added various templates for project specifications, epic specifications, and exploratory issues.
- Implemented a validation script to check plugin package integrity and structure.
2026-07-06 14:10:46 +08:00