Skip to main content

ayoubben18/ab-method

SkillsMP는 ayoubben18/ab-method에서 26개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

최근 기록된 소스 활동
SkillsMP 카탈로그 업데이트
수집된 skills
26
GitHub 스타
189
GitHub 포크
14

수집된 skill 26개 중 26개를 표시합니다.

직업 분류
미분류
설명

Draw a task's blast radius twice. BEFORE implementing, a PLANNED map of the modules the missions expect to add, change or touch; AFTER the reviewers pass, an ACTUAL map derived from the real diff, plus the DRIFT between them. Writes…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick. Informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Shared vocabulary and principles for designing deep modules — small interfaces, clean seams, testable through the interface. Use when designing or improving a module's interface, deciding where a seam goes, hunting deepening opportunities, making code more…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Pre-implementation critic. Spins up a read-only domain critic that challenges a drafted plan — a task's missions or a roadmap's task graph — against the ubiquitous language, CONTEXT.md, and ADRs, and pushes back ONLY on genuine conflicts. Silent when the plan…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Parks the rare question you genuinely can't answer yet as an unresolved question…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Cross-plan coherence critic for a whole roadmap. Reads roadmap.md plus every planned task's progress-tracker.md and pushes back ONLY on genuine discrepancies BETWEEN the finished plans — broken seams, coverage gaps, duplicated work, reversed/missing edges,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Post-implementation review. Spins up three read-only critics on a completed task's diff — cleaner-architecture, slop-defender, reusability-inspector — that push back ONLY on real issues. Autonomous runs apply safe fixes (tests-green-gated) and write…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Post-implementation documentation-sync detector. Spins up ONE read-only subagent on a completed task's diff to find everything the change introduced that the architecture docs don't yet know about — new endpoints, patterns, dependencies, domain terms,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Execute a roadmap autonomously to completion — the layer above start-task. Use when a roadmap's tasks are planned and you want them run in dependency order, with independent tasks optionally in parallel. Verifies the dependency tree is planned before running;…

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Turn a larger idea into a dependency-ordered roadmap of tasks — the layer above create-task. Use when the work is several distinct tasks with real ordering between them (schema before API before UI), and you want the whole task graph drawn before…

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

The intelligent entry point to the AB Method. Use when the user isn't sure which workflow they need, asks whether to create a goal or a task, or wants to understand how the AB Method works end to end. Routes intent to the right workflow instead of…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Run an existing task autonomously to completion — each remaining mission in a subagent with tdd, tracker updated per mission, a commit after every green mission. Use when the user wants to hand off a well-defined task and review commits instead of missions.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Resume a handoff (a side-topic spun off mid-grill) and turn it into a test-driven task. Use when the user wants to continue grilling on a deferred topic captured under docs/handoffs/.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Compact the current conversation (or a side-topic that surfaced mid-grill) into a handoff document another agent can pick up. Use when a tangent deserves its own task, or to summarize a session for a fresh agent.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Extend an existing goal — broaden or add to its objective, building on top of what the earlier /goal run already implemented. Use when the user wants to expand a goal after a /goal run.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Analyze and document a project's backend patterns — API design, data access, service structure. Use when the user wants a backend-only architecture analysis.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Analyze and document a project's frontend patterns — component structure, state management, conventions. Use when the user wants a frontend-only architecture analysis.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Analyze a project's architecture end to end — extract domain language, map the tech stack, document frontend and backend patterns. Use when onboarding a new codebase or refreshing the architecture baseline.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Produce a ready-to-run prompt for an autonomous /goal loop. Use when the user wants to hand off one continuous objective with a verifiable stop condition to run autonomously.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Create a focused task and break it into test-driven missions. Use when the user wants to start a new feature, fix a bug, or begin implementation work.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Append new missions to an existing task. Use when requirements changed or scope grew on a task already underway.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Continue an existing task from its progress tracker. Use when the user wants to resume, continue, or pick up earlier task work.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Add retroactive test coverage for code that was not written test-first. Use when the user wants to backfill tests.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Refresh architecture and domain documentation after impactful changes. Use when code has drifted from the documented architecture.

원문 언어: 영어

업데이트
수집된 skill 26개 중 26개를 표시합니다.