implement — community implement, SuperClaudeZero, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Development Agents needing task implementation capabilities with production code and tests. Minimalist multi-agent orchestration framework for Claude Code. Inspired by SuperClaude.

gudzenkov gudzenkov
[0]
[0]
Updated: 3/4/2026

Agent Capability Analysis

The implement skill by gudzenkov is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Perfect for Development Agents needing task implementation capabilities with production code and tests.

Core Value

Empowers agents to execute tasks by understanding requirements, writing production code following existing patterns, creating tests for new functionality, and preparing commit messages using Markdown files like BACKLOG.md and ARCHITECTURE.md.

Capabilities Granted for implement

Implementing tasks from the backlog with production code
Creating tests for new functionality
Preparing commit messages for task implementation

! Prerequisites & Limits

  • Requires access to BACKLOG.md and ARCHITECTURE.md files
  • Task ID or description needed as input
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

implement

Install implement, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

/implement - Task Implementation

Implement a specific task from the backlog with production code and tests.

Purpose

Execute a task by:

  • Understanding the requirement and acceptance criteria
  • Writing production code following existing patterns
  • Creating tests for new functionality
  • Preparing a commit message

Inputs

  • $ARGUMENTS: Task ID (e.g., "T-001") or task description
  • BACKLOG: docs/development/BACKLOG.md for task details
  • Architecture: docs/architecture/ARCHITECTURE.md for patterns
  • ${PROJECT_NAME}: Current project context

Outputs

  • Production code in appropriate source files
  • Tests alongside implementation
  • Suggested commit message

Workflow

1. Identify Task

Parse $ARGUMENTS to find the task:

  • If task ID provided, look up in BACKLOG.md
  • If description provided, match to existing task or confirm new work

2. Read Task Details

From BACKLOG.md, extract:

  • Task description
  • Acceptance criteria
  • Epic context
  • Dependencies (ensure they're complete)

3. Explore Codebase

Before writing code:

  • Find related existing code
  • Identify patterns to follow
  • Check for similar implementations
  • Understand the module structure

4. Plan Implementation

Outline the approach:

  • Files to modify/create
  • Functions/classes needed
  • Test approach
  • Edge cases to handle

5. Implement

Write code following these principles:

  • Read Before Write: Understand existing code
  • Minimal Changes: Only modify what's necessary
  • Follow Patterns: Match existing style
  • No Over-Engineering: Simple solutions preferred
  • Security Aware: Avoid common vulnerabilities

6. Write Tests

For new functionality:

  • Unit tests for core logic
  • Integration tests if crossing boundaries
  • Edge case coverage
  • Follow existing test patterns

7. Verify

Check against acceptance criteria:

  • Each AC is met
  • Tests pass
  • No regressions
  • Code follows patterns

8. Prepare Commit

Suggest commit message:

type(scope): description

- Detail of change 1
- Detail of change 2

Refs: T-XXX

Types: feat, fix, refactor, test, docs, chore

Implementation Guidelines

Code Quality

  • Use descriptive variable/function names
  • Keep functions focused (single responsibility)
  • Add comments only where logic isn't self-evident
  • Handle errors appropriately

Testing

  • Test behavior, not implementation
  • One assertion per test when possible
  • Clear test names describing expected behavior
  • Mock external dependencies

Security

  • Validate inputs at boundaries
  • Escape outputs appropriately
  • No secrets in code
  • Follow OWASP guidelines

Validation Checklist

Before completing:

  • All acceptance criteria met
  • Tests written and passing
  • Code follows existing patterns
  • No hardcoded secrets or credentials
  • Commit message prepared
  • Task ready to mark complete

Error Handling

If blocked:

  1. Document the blocker clearly
  2. Suggest alternatives if possible
  3. Don't make assumptions without verification
  4. Consider invoking /analyse for investigation

Policy References

Should-read from ~/.claude/policy/RULES.md:

  • Implementation Completeness - No partial features, no TODOs
  • Git Workflow - Feature branches, incremental commits
  • Safety Rules - Framework respect, pattern adherence

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is implement?

Perfect for Development Agents needing task implementation capabilities with production code and tests. Minimalist multi-agent orchestration framework for Claude Code. Inspired by SuperClaude.

How do I install implement?

Run the command: npx killer-skills add gudzenkov/SuperClaudeZero. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for implement?

Key use cases include: Implementing tasks from the backlog with production code, Creating tests for new functionality, Preparing commit messages for task implementation.

Which IDEs are compatible with implement?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for implement?

Requires access to BACKLOG.md and ARCHITECTURE.md files. Task ID or description needed as input.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add gudzenkov/SuperClaudeZero. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use implement immediately in the current project.

Related Skills

Looking for an alternative to implement or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI