mosakuzii
Community@mosakuzii0216
mosakuzii provides OpenSpec change-management skills for spec-driven development, plus weekly progress tracking and quality-debt auditing for software projects.
Agent Skills by mosakuzii
Showing 9 vetted skills indexed across 1 GitHub repositories.
openspec-apply-change
Implements tasks from an OpenSpec change using the openspec CLI workflow.
openspec-explore
Explore ideas and investigate codebases as a thinking partner before creating OpenSpec change proposals.
weekly-progress
Generates weekly progress log entries and updates project plan status from git history and spec files.
openspec-update-change
Revises OpenSpec change planning artifacts and keeps them coherent with each other.
weekly-quality-audit
Detects and repays one unit of code quality debt weekly beyond ESLint and tsc coverage.
openspec-archive-change
Archive completed OpenSpec changes after verifying artifacts, tasks, and spec sync state.
openspec-propose
Generates complete OpenSpec change proposals with specs, design, and task artifacts.
steering
Generates requirements, design, and tasklist steering files for feature implementation workflows.
openspec-sync-specs
Merge delta spec changes into main OpenSpec capability specifications.
Frequently Asked Questions About mosakuzii
FAQPage SchemaWhat tasks can I perform with mosakuzii's OpenSpec skills?▼
You can propose new changes with full design and task artifacts, explore requirements, implement change tasks, update existing planning artifacts, sync delta specs into main specs, and archive completed changes. All operations run through the openspec command-line interface.
Who are these skills designed for?▼
Software engineers and project maintainers practicing spec-driven development. The weekly-progress and steering skills suit developers tracking project plans in docs files, while weekly-quality-audit targets engineers repaying technical debt like missing tests and duplicated logic.
What are the prerequisites for running these skills?▼
The seven OpenSpec skills require the openspec CLI to be installed, as they invoke Bash(openspec:*) commands. The weekly-progress, weekly-quality-audit, and steering skills operate on project documentation files such as docs/progress.md, docs/project-plan-2026.md, and spec.json.
Are mosakuzii's skills open source and free to use?▼
Yes. All seven OpenSpec skills are released under the MIT license, permitting free use, modification, and distribution. They are authored by openspec at version 1.0. The remaining three skills carry no explicit license declaration in their manifest.
How does the weekly quality audit skill work?▼
It audits one quality-debt item per week, targeting areas ESLint and tsc cannot mechanically fix: missing tests, oversized files, duplicated logic, and poor comments or naming. Findings are repaid in safe, isolated units to keep changes reviewable.