KS
Killer-Skills

implement — Categories.community

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

Quality Score

Top 5%
54
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add gudzenkov/SuperClaudeZero/implement

Agent Capability Analysis

The implement MCP Server by gudzenkov is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion.

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 MCP Server

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
Project
SKILL.md
3.3 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
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

Related Skills

Looking for an alternative to implement or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

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
Communication

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
Communication