Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

a-team

a-team에는 RBraga01에서 수집한 skills 19개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
19
Stars
11
업데이트
2026-07-19
Forks
5
직업 범위
직업 카테고리 5개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

architecture-audit
소프트웨어 개발자

Systematic architecture review workflow. Use before major feature work on an unfamiliar or inherited codebase, before scaling milestones, or as a periodic health check. Maps the system as-built (not as-documented), dispatches parallel specialist reviews, and produces an evidence-backed findings report with severity verdicts.

2026-07-19
using-a-team
기타 컴퓨터 관련 직업

The meta-skill. Loaded at every session start. Defines which A Team skills and agents MUST be used for which situations. If a skill or agent applies, you do not have a choice — you must use it.

2026-07-19
smart-init
소프트웨어 개발자

Conversational onboarding for A Team. Detects ROADMAP.md, extracts context, generates INIT.md without requiring technical knowledge. Invoked automatically by the orchestrator when INIT.md is missing.

2026-06-02
five-whys
소프트웨어 개발자

Root cause analysis using the Five Whys technique. Use when a bug persists despite surface fixes, a failure recurs, or a process keeps breaking. Ensures the fix targets the root, not the symptom.

2026-06-01
api-contract-first
소프트웨어 개발자

Hard gate before implementing any API endpoint or service interface. Requires a written, reviewed contract (OpenAPI 3.x, protobuf, or GraphQL schema) before any implementation code is written. Prevents breaking changes, misaligned clients, and undocumented behaviour.

2026-05-30
brainstorming
소프트웨어 개발자

Use BEFORE any creative work — creating features, building components, adding functionality. Explores user intent, requirements, and design before implementation. Hard-gated: no code until user approves the spec.

2026-05-30
data-migration
데이터베이스 아키텍트

Hard gate before any database schema change or data transformation in production. Requires a written migration plan with rollback strategy, dry run, and verification steps before execution. Prevents data loss, downtime, and irreversible schema changes.

2026-05-30
dispatching-parallel-agents
소프트웨어 개발자

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies. Dispatches one focused agent per problem domain, runs them concurrently, then integrates.

2026-05-30
executing-plans
소프트웨어 개발자

Use when you have a written implementation plan to execute in the current session. Loads the plan, reviews critically, executes all tasks, and reports when complete.

2026-05-30
finishing-a-development-branch
소프트웨어 개발자

Complete a development branch before merge — verify tests pass, update documentation, ensure quality gate passes, and prepare a clean PR.

2026-05-30
incident-response
네트워크·컴퓨터 시스템 관리자

Production incident playbook. Use immediately when production is degraded or down. Five phases: detect, contain, diagnose, resolve, post-mortem. Prevents the chaos of uncoordinated response and ensures every incident produces lasting improvements.

2026-05-30
performance-audit
소프트웨어 개발자

Systematic performance investigation workflow. Use when performance regressions are suspected, before and after optimisation work, or as a pre-release gate for performance-critical features. Produces a baseline, identifies the real bottleneck, and validates improvement with hard numbers.

2026-05-30
subagent-driven-development
소프트웨어 개발자

Use when executing implementation plans with independent tasks in the current session. Dispatches a fresh subagent per task with two-stage review (spec compliance, then code quality).

2026-05-30
systematic-debugging
소프트웨어 개발자

Use when encountering any bug, test failure, or unexpected behavior. Enforces root-cause investigation before fixes. The Iron Law — no fixes without understanding why.

2026-05-30
test-driven-development
소프트웨어 품질 보증 분석가·테스터

Enforce RED-GREEN-REFACTOR discipline for every implementation task. Use for all new features, bug fixes, and refactors. The core rule — if you didn't watch the test fail, you don't know if it tests the right thing.

2026-05-30
using-git-worktrees
소프트웨어 개발자

Create or verify an isolated git worktree before starting any development work. Prevents main branch contamination, enables parallel feature development, and gives subagents a clean baseline. Use at the start of every feature branch.

2026-05-30
verification-before-completion
소프트웨어 품질 보증 분석가·테스터

Use before claiming ANY task is complete. Requires you to run actual verification commands, read real output, and confirm it matches expectations — before stating the task is done. Blocks "should work" rationalizations.

2026-05-30
writing-plans
소프트웨어 개발자

Create a detailed, phased implementation plan from an approved spec. Use after brainstorming produces an approved spec. Produces a plan file that executing-plans or subagent-driven-development can consume.

2026-05-30
writing-skills
소프트웨어 개발자

Create new A Team skills using TDD for documentation. Write a bad skill, watch agents fail at the gap, improve, iterate. Use when the team needs a new capability that no existing skill covers.

2026-05-30