Under the Hood

How Sun Agent Kit Engineer Works

Orchestrated AI agents that plan, code, review, and ship — working together like a real engineering team.

Agent Architecture

A tiered hierarchy where orchestrators delegate to specialists, who coordinate with support agents.

Orchestrator
You / Lead Agent
Specialists
Planner
Researcher
Implementer
Tester
Support
Reviewer
Debugger
Doc Writer
Git Manager

Sequential Chaining

Tasks flow through a pipeline — each agent completes before the next begins.

Plan

/sk:plan analyzes codebase, creates architecture + implementation steps

Cook

/sk:cook generates implementation from plan with error handling

Review

/sk:code-review checks security, standards, performance

Ship

/sk:ship commits with conventional messages, opens PR, triggers CI

/sk:plan [add real-time notifications with WebSocket]
/sk:cook [implement WebSocket notifications based on the plan]
/sk:code-review
/sk:ship

Parallel Execution

Independent tasks run simultaneously — 3-5x faster for research and analysis.

Assign

Lead assigns research topics to 3-5 researcher agents

Research

Researchers investigate simultaneously — different frameworks, APIs, patterns

Aggregate

Each researcher writes report to plans/research/ directory

Synthesize

Planner reads all reports, synthesizes into implementation plan

Agents communicate asynchronously via the filesystem — writing reports to plans/research/ that other agents can read.

Your Development Journey

From installation to production — the complete Sun Agent Kit Engineer workflow.

Install

npm install -g sun-agent-kit-cli

Init

sk init — scaffold project with agents, skills, and workflow rules

Use

Invoke /sk:commands in Claude Code to trigger agents

Ship

Agents coordinate, produce reports, commit and open PRs automatically

Native Claude Code Integration

Sun Agent Kit Engineer runs inside your IDE — no external tools or dashboards needed.

Slash Commands

Invoke agents with /sk:commands directly in Claude Code. No context switching needed.

File-Based Reports

Agents write to plans/ and reports/ for full auditability. Every decision is documented.

Hook System

Pre-commit validation, build gates, skill diagnostics. Quality checks run automatically.

Ready to Build with Agent Teams?

Install Sun Agent Kit Engineer and start orchestrating agents in minutes.

Get Started