Agent skill
vibeflow-issue-template
Create or refine VibeFlow issue files under issues/. Use when turning plan items into implementable tasks with clear acceptance criteria.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/productivity/vibeflow-issue-template-mizkun-vibeflow
SKILL.md
VibeFlow Issue Template
When to Use
- When creating new issue files from plan items
- When refining existing issues with clearer acceptance criteria
- When converting user requests into implementable tasks
Output Format (Required)
Every issue file MUST include these sections:
Overview
Brief description of the task (1-2 sentences).
Requirements
- Bullet list of functional requirements
- What the implementation must achieve
Acceptance Criteria
- Testable, unambiguous criteria
- Each item should be verifiable
- Include edge cases where relevant
Technical Details
- Implementation approach
- Architecture decisions
- API contracts (if applicable)
File Locations
- List of files to be created/modified
- Include paths relative to project root
Testing Requirements
- Unit test requirements
- Integration test requirements (if applicable)
- E2E test requirements (if applicable)
Dependencies
- Other issues this depends on
- External dependencies (packages, APIs)
Non-goals (optional)
- What is explicitly out of scope
Instructions
- Read context first: Always read
spec.mdandplan.mdbefore creating issues. - Check state: Read
.vibe/state.yamlto understand current phase. - Create file: Write to
issues/<issue-name>.md. - Verify completeness: Ensure all required sections are present.
- Cross-reference: Link to related issues if applicable.
Examples
- "Create an issue for user authentication"
- "Turn plan item 2.1 into an implementable issue"
- "Refine issue-001 with clearer acceptance criteria"
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?