Project Feature Flow
SkillMonitoring & opsUse for this repository when implementing a feature, bug fix, refactor, UI change, or other code change. Follow the project workflow from context gathering and ambiguity checks through implementation, version/log sync, build/lint verification, and final summary. Trigger when the user asks to add, fix, modify, optimize, refactor, or implement code in this Vue/Vite project.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Project Feature Flow skill
What this skill tells your AI
The instructions your AI receives, as published by sb6657-cn/sb6657 in .agents/skills/project-feature-flow/SKILL.md and read by ahel’s review.
Core Rule
Do not rush into coding when the request is ambiguous. If the goal, affected behavior, UX expectation, data contract, versioning impact, or acceptance criteria is unclear, ask the user a concise clarifying question before editing files.
Use best judgment only when the ambiguity is low risk and the existing code/docs clearly imply the intended behavior. State the assumption before or after the change.
Workflow
- Read
AGENTS.mdfirst. - Read task-relevant docs:
AI_GUIDE.mdfor non-trivial feature, API, layout, or store changes.README.mdfor project positioning or backend usage.docs/更新日志.mdwhen the change is user-visible or version-related.docs/版本策略.mdbefore any code or release metadata change.
- Inspect the nearest relevant source files before deciding an approach.
- Check for ambiguity:
- Ask the user before coding if multiple valid behaviors exist.
- Ask before changing production backend URLs, routing mode, deployment workflow, dependencies, auth/token behavior, or public API assumptions.
- Ask before choosing a large refactor when a smaller scoped fix could work.
- Implement narrowly, following existing Vue, Element Plus, Pinia, SCSS, and request-layer patterns.
- For code changes, synchronize release metadata:
- Read the current local date.
- Read
docs/版本策略.md, then decide whether the release increments major, minor, or patch. Do not infer minor fromfeatalone. - Use public format
Vmajor.minor.patch.yyyymmddindocs/更新日志.mdandsrc/apis/httpInstance.tsexportsbVersion. - Use SemVer-compatible
major.minor.patch+yyyymmddinpackage.json.pnpm-lock.yamldoes not store the root release version and is not a version sync point. - Treat one task/release batch as one bump. Append to an existing heading only when it is the same unreleased version, not merely the same date.
- Preserve legacy
YY.MM.DDchangelog headings instead of rewriting history.
- Verify:
- Run
pnpm run lint,pnpm run typecheck, andpnpm run buildunless the change is docs-only or a blocker is clear. - For UI changes, review desktop and mobile breakpoints statically and leave actual visual acceptance to the user.
- Unless the user explicitly requests it in the current task, do not run
pnpm run dev,pnpm run preview, or another project server; do not open or control a browser; and do not use screenshots, recordings, or pixel comparison for visual verification.
- Run
- Review the final diff for unrelated edits, generated files, secrets, and version/log consistency.
- Final response should summarize what changed, verification results, note that no browser preview was performed for UI work, and report any remaining risk or skipped checks.
Project-Specific Guardrails
- Do not copy
dpahjdoiawinto third-party clients, bots, scripts, or docs examples. - Do not edit
dist/,.pnpm-store/,node_modules/, ortsconfig.node.tsbuildinfo. - Do not silently modify user-created unrelated changes in the working tree.
- Keep
AGENTS.mdcurrent when project workflow or agent expectations change.
Signals
- GitHub stars
- 335
- Forks
- 6
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
project-feature-flow- Source
- github.com/sb6657-cn/sb6657