askill
feature-dev

feature-devSafety 90Repository

Single-agent staged workflow for robust feature development from discovery through implementation, validation, and delivery.

0 stars
1.2k downloads
Updated 2/13/2026

Package Files

Loading files...
SKILL.md

Feature Development Workflow

Use this skill to run an end-to-end feature workflow without assuming runtime subagents.

When to use

  • You need to implement a feature or bug fix with clear quality gates.
  • The task needs planning, coding, testing, and delivery in one guided flow.
  • You want deterministic stage outputs and explicit halt conditions.

Inputs expected

  • User request and success criteria.
  • Repository context (current behavior, architecture, constraints).
  • Applicable non-functional requirements (security, performance, compatibility).

Workflow

  1. Discovery and intent lock:
  • Restate the problem, constraints, and definition of done.
  • Ask clarifying questions only if they materially affect implementation.
  1. Codebase exploration:
  • Map relevant entry points and likely change hotspots.
  • Trace the current execution path for impacted behavior.
  1. Plan and approval gate:
  • Produce a concrete implementation plan with acceptance criteria.
  • Halt before coding if scope or requirements are ambiguous.
  1. Implementation:
  • Apply focused changes that match the approved plan.
  • Avoid unrelated refactors.
  1. Validation:
  • Run project-appropriate lint/build/test checks.
  • Perform targeted security and maintainability review.
  1. Documentation and handoff:
  • Update user-facing docs when behavior changes.
  • Summarize changes, checks run, and any follow-up items.

Output format (evidence required)

  • Problem summary.
  • Definition of done.
  • Implementation plan.
  • Files changed.
  • Commands executed (exact) and results summary.
  • Risks and follow-ups.

Quality gate / halt conditions

  • Halt if required requirements are unknown or contradictory.
  • Halt if validation checks fail and report root cause plus next corrective action.
  • Do not claim orchestration of runtime subagents; use staged execution only.

Specialist skill references (manual/conditional)

  • Planning-heavy tasks: use architect-planning.
  • Architecture mapping: use codebase-explorer.
  • Security review: use security-guidance.
  • Test strategy and execution: use test-engineer.
  • Maintainability review: use pr-review-guidelines.
  • Docs updates: use docs-maintainer.
  • Refactor-only tasks: use code-simplifier.
  • Branch/PR gates: use git-workflow-gates.

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

81/100Analyzed 2/20/2026

Well-structured single-agent workflow skill for feature development. Provides clear methodology with 6 stages, explicit halt conditions, and output format. Scores well on clarity, safety, and reusability. Includes helpful references to 8 specialist skills. Minor扣分 for being more of a methodology guide than executable commands, and for referencing without including referenced skill content. Good overall quality suitable for general use."

90
90
85
72
70

Metadata

Licenseunknown
Version-
Updated2/13/2026
PublisherSuperCorks

Tags

ci-cdgithub-actionslintingsecuritytesting