affaan-m/ecc

orch-build-mvp

Orchestrate bootstrapping a working MVP from a design or spec document — ingest the doc, plan thin vertical slices, scaffold the first end-to-end slice, then TDD-implement, review, and gated commit.

소스 보기
원본 Skill 문서

원본 저장소의 제목, 예시, 코드, 표, 링크, 이미지를 유지해 표시합니다.

orch-build-mvp

Actor · action · target: orch · build · mvp. Thin wrapper over the shared engine in `orch-pipeline`.

When to Use

  • The user has a design / spec document (SDD, PRD, system_design) and wants a

working vertical slice bootstrapped from it.

  • Takes a doc path as its argument, e.g. civicpulse/docs/SDD-v0.6.md.

Operation settings

  • Default size floor: large — this is the full pipeline including Scaffold.
  • Phase mask: 0 (read the spec) → 1 → 2 (heavy) → 3 (scaffold) → 4 → 5 → 6.
  • First move (phase 0 → 2): read the doc; extract scope, locked decisions,

and the feature list; order it into thin vertical slices (one end-to-end path first, not all-models-then-all-views). Phase 3 stands up that first slice.

How It Works

  1. Run the orch-pipeline engine with the settings above.
  2. Reuse the existing GAN harness instead of hand-rolling an iterate loop:
  • Translate the SDD into gan-harness/spec.md + gan-harness/eval-rubric.md

(this stands in for what gan-planner would generate — you already have the spec).

  • Drive the build with /gan-build "<one-line brief>" --skip-planner

(defaults: --max-iterations 15, --pass-threshold 7.0, --eval-mode playwright; use --eval-mode code-only for non-UI slices).

  • That command runs the gan-generatorgan-evaluator loop and writes

gan-harness/feedback/feedback-NNN.md until the score passes or plateaus.

  1. Stop at Gate 1 (slice plan) and Gate 2 (pre-commit). Commit the

scaffold and each slice as separate feat: commits.

  1. Add security-reviewer for any slice touching a security trigger.

Example

orch-build-mvp: civicpulse/docs/SDD-v0.6.md
→ read SDD → slice list (vertical) → scaffold slice 1  [GATE 1: approve]
→ /gan-build --skip-planner (generator → evaluator loop) scores vs spec → review
→ commit feat:  [GATE 2: confirm] → next slice
같은 저장소의 Skills

더 많은 Skills

모든 Skills
affaan-m
커뮤니티

flutter-dart-code-review

Library-agnostic Flutter/Dart code review checklist covering widget best practices, state management patterns (BLoC, Riverpod, Provider, GetX, MobX, Signals), Dart idioms, performance, accessibility, security, and clean architecture. Use when reviewing Flutter or Dart code, whatever state management library the project uses.

설치 수
2
GitHub Stars
25.3만
업데이트
9월 7일
affaan-m
커뮤니티

accessibility

Design, implement, and audit inclusive digital products using WCAG 2.2 Level AA. Use when building or auditing UI that must meet WCAG 2.2 Level AA, or when reviewing a change for keyboard, contrast, or screen-reader support. standards. Use this skill to generate semantic ARIA for Web and accessibility traits for Web and Native platforms (iOS/Android).

설치 수
1
GitHub Stars
25.3만
업데이트
9월 7일
affaan-m
커뮤니티

agent-payment-x402

Add x402 payment execution to AI agents with per-task budgets, spending controls, and non-custodial wallets. Supports Base through agentwallet-sdk and X Layer through OKX Payments / OKX Agent Payments Protocol. Use when an agent must pay for something itself and needs per-task budgets, spending controls, and a non-custodial wallet.

설치 수
1
GitHub Stars
25.3만
업데이트
9월 7일
affaan-m
커뮤니티

agent-self-evaluation

Use after completing any non-trivial task. The agent self-rates its output on 5 axes — accuracy, completeness, clarity, actionability, conciseness — with concrete evidence per criterion. Produces a structured 1-5 scorecard with specific improvement suggestions.

설치 수
1
GitHub Stars
25.3만
업데이트
9월 7일