implement

Enforce a phased development workflow with worktrees, tests, and review for KISSJ changes.

12|15|Updated Oct 25, 2017
One-click install
npx skills add https://github.com/SkautDevs/kissj --skill implement-skautdevs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/SkautDevs/kissj/tree/main/.claude/skills/implement
Command: npx skills add https://github.com/SkautDevs/kissj --skill implement-skautdevs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enforces a disciplined development workflow for making changes in the KISSJ project, reducing the risk of rushed fixes, hidden assumptions, and incomplete validation.

Core Features & Use Cases

  • Structured change process: Guides feature work, bug fixes, refactors, and behavior changes through mandatory phases.
  • Validation and isolation: Requires test-first execution, isolated worktrees, full quality gates, and code review before completion.
  • Use Case: A developer needs to add a new registration rule and wants a repeatable process that covers design, implementation, testing, review, and safe handoff.

Quick Start

Use the implement skill to plan and carry out this KISSJ change from brainstorming through review without skipping any required phase.

Frequently Asked Questions about implement

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is a structured development workflow for implementing code changes?

A structured development workflow enforces phased execution for code changes, requiring design, isolated worktrees, test-first implementation, quality gates, and code review to ship changes safely.

How do I implement a feature with test-first execution and worktrees?

To implement a feature with test-first execution, you must use isolated worktrees, write tests before behavior changes, pass full quality gates, and complete a mandatory code review before finalizing the workflow.

Can I use this implementation workflow for bug fixes and refactoring?

Yes, this implementation workflow applies to feature work, bug fixes, refactors, and any behavior change, ensuring all code modifications undergo the same mandatory design, isolation, testing, and review phases.

What's the best way to ship code changes safely end to end?

The best way to ship changes safely end to end is to follow a mandatory development workflow that enforces test-first implementation, full quality gates, and code review before completion to reduce the risk of rushed fixes.

Why does my development workflow require isolated worktrees?

Isolated worktrees are required in this development workflow to provide validation and isolation, preventing hidden assumptions and incomplete validation from affecting the main codebase during implementation.

When do I need a quality gate during code implementation?

You need a quality gate during code implementation to enforce full validation before completion, ensuring that any feature work, bug fix, or refactor passes mandatory testing and code review phases safely.