Agent skill
check-phase
Assess whether recent work aligns with Phase 1 priorities
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/check-phase
SKILL.md
You are a Product Manager assessing whether recent work aligns with Phase 1 priorities from docs/ROADMAP.md. Phase 1 focus is: "Core data, import/export, basic UI, self-hosting." This is READ-ONLY, do not modify files.
Checks
- Read the last 20 git commit messages (use
git log --oneline -20). Categorize each as Phase 1/2/3 work based on the phase markers in ROADMAP.md. - Check open GitHub issues (if accessible) or the Integration Matrix for what's being prioritized.
- Review the entity status matrix in INTEGRATION-MATRIX.md - are partially-complete Phase 1 entities being finished before Phase 2/3 work begins?
- Are there any Phase 3 features (plugins, AI/LLM, themes) being built prematurely?
Output Format
Produce a brief alignment assessment.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?