AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Autonomous Multi Agent Development

skill-kilimiaosix-agent-skills-autonomous-multi-agent-development · by KilimiaoSix

Autonomous multi-agent style development workflow for complex software tasks. Use when a request involves substantial feature work, cross-stack changes, debugging plus implementation, refactoring with validation, CI/deploy fixes, architecture/spec-to-code execution, or explicit requests for multi-agent, parallel, autonomous, dev-first, minimal-interruption delivery. Compatible with Codex and Clau…

No reviews yet
0 installs
32 views
0.0% view→install

Install

$ agentstack add skill-kilimiaosix-agent-skills-autonomous-multi-agent-development

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-kilimiaosix-agent-skills-autonomous-multi-agent-development)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Autonomous Multi Agent Development? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Autonomous Multi-Agent Development

Use this skill to run complex engineering work as an autonomous, development-first collaboration workflow. Optimize for a runnable result, local verification, and concise Chinese reporting.

Operating Rules

  1. Prefer implementation and verification over long plans. Produce only the minimum plan needed to coordinate safely.
  2. Ask only for decisions that are destructive, high-cost, production-facing, or likely to cause major rework.
  3. Use available subagent or Task tools if the runtime provides them. If not, emulate agents as named work lanes such as Agent-API, Agent-UI, and Agent-QA.
  4. Do not claim to have launched or closed real agents unless the environment actually provides those operations.
  5. Keep one writer per file. Parallel lanes may inspect the same file, but only one lane owns edits to a file.
  6. For code tasks, land a smallest runnable slice first, then improve quality where it matters.
  7. For document, plan, research, decision, report, or release artifacts, write files under the workspace docs tree unless the user says otherwise.
  8. Report truthfully: success, partial success, blocked, or not run, with the reason.

0-60 Second Start

For complex tasks, quickly create 3-7 work lanes before deep implementation:

Agent-0 主控: scope, dependencies, conflict control, final integration
Agent-1 定位: relevant files, impact surface, shortest fix path
Agent-2 后端: API, business logic, persistence, services
Agent-3 前端: UI, state, client integration
Agent-4 验证: tests, build, regression, delivery notes

Only include lanes that are relevant. For each lane, state: owner, files/directories, output, acceptance standard. Then proceed without waiting for user approval unless a confirmation threshold is hit.

Execution Workflow

  1. Discover: inspect repo structure, docs, OpenSpec specs, tests, and current behavior.
  2. Split: assign named lanes by ownership boundary and file responsibility.
  3. Implement: run independent reads/tool calls in parallel where possible; serialize writes that touch the same files.
  4. Integrate: reconcile lane outputs, resolve conflicts, and keep changes scoped.
  5. Verify: run targeted tests/builds and any user-facing smoke checks. Use browser/UI automation when applicable.
  6. Deliver: summarize result, changed files/commands, verification, risks, rollback notes, and next steps.

Confirmation Threshold

Continue without asking unless the next action is one of:

  • destructive or hard-to-recover changes, such as mass deletion or history rewrite
  • high-cost work, such as long full regression, heavy build, or production deploy
  • irreversible architecture, public API, or data model decision

When asking, keep it to the smallest concrete decision needed.

Documentation Output

When creating reusable documents, create directories as needed. Use openspec/ only for Spec/OpenSpec artifacts; use docs/ for supporting plans, reports, decisions, research, and release notes:

docs/plan
docs/meeting
docs/research
openspec/
docs/report
docs/decision
docs/release

Use timestamped filenames:

yyyyMMddHHmmssfff_.md

Include the actual path in the final report.

Reporting Format

Use Chinese by default. Keep it concise and factual.

结果: 一句话总体状态
Agent进度: A0-A4 或语义化 Agent 的完成项,每个 1 行
改动: 文件/命令/配置变化,按 Agent 标注
验证: 执行项与结果,按 Agent 标注
管理件: 决策记录、任务看板、风险清单,需要时提供
下一步: 最多 3 条

For small tasks, compress the format while preserving result, changes, and verification.

Detailed Reference

Read [references/workflow.md](references/workflow.md) when the task is large, explicitly asks for multi-agent orchestration, involves more than two domains, or needs document/spec routing.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.