Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

groundwork

يحتوي groundwork على 24 من skills المجمعة من IniZio، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
24
Stars
2
محدث
2026-06-22
Forks
1
التغطية المهنية
4 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

acp
المهن الحاسوبية الأخرى

Agent Communication Protocol — fan-out dispatch reference for Claude plugin orchestration

2026-06-22
diagnose
مطوّرو البرمجيات

Disciplined 6-phase bug diagnosis loop. Build feedback loop, reproduce, hypothesise, instrument, fix with regression test, cleanup with post-mortem. Use for all bugs — bypasses PRD entirely. Ends with advisor-gate completion gate.

2026-06-22
interview
مطوّرو البرمجيات

Interview-based planning skill. Ask one question at a time with recommended answers, cross-reference codebase, detect and defer to project-level planning conventions, and synthesize a concise plan that feeds vertical-slice. Use for features, small changes, and bug scoping.

2026-06-22
pi-test-harness
محللو ضمان جودة البرمجيات والمختبرون

Run the groundwork acceptance test harness. Documents how to test the plugin locally.

2026-06-22
uat-verify
محللو ضمان جودة البرمجيات والمختبرون

MANDATORY user acceptance testing before advisor-gate. Enforces real end-user testing — TUI via tmux/expect, API via real HTTP calls in docker-compose, web apps via Playwright browser. Unit/integration tests are INSUFFICIENT unless they exercise the system exactly as end-users experience it. No exceptions.

2026-06-22
ultrawork
المهن الحاسوبية الأخرى

Engage maximum parallel fan-out mode. Use when you want to work 10x faster by dispatching all independent work simultaneously to specialist agents. Triggers on "ultrawork", "ulw", "fan out hard", "go parallel".

2026-06-22
use-groundwork
المهن الحاسوبية الأخرى

Bootstrap skill for the groundwork workflow suite. Loaded at every conversation start. Establishes core rules, skill triggers, and the 1% escalation heuristic. ALWAYS load this first.

2026-06-22
arch-review
مطوّرو البرمجيات

Mid-session codebase architecture review. All exploration runs in isolated subagents so findings never pollute main context. Surfaces shallow modules, coupling smells, and testability gaps as an HTML report. Use between tasks to retrospect on architecture without bloating the session context window.

2026-06-22
diagnose
مطوّرو البرمجيات

Disciplined 6-phase bug diagnosis loop. Build feedback loop, reproduce, hypothesise, instrument, fix with regression test, cleanup with post-mortem. Use for all bugs — bypasses PRD entirely. Ends with advisor-gate completion gate.

2026-06-22
implement
مطوّرو البرمجيات

Implementation orchestration skill. Decompose into vertical slices for maximum general-purpose fan-out, then validate behavior (not code structure). MANDATORY after a plan or interview. Use vertical-slice skill for conflict-free slice planning and the .groundwork/run.json ledger.

2026-06-22
interview
مطوّرو البرمجيات

Interview-based planning skill. Ask one question at a time with recommended answers, cross-reference codebase, detect and defer to project-level planning conventions, and synthesize a concise plan that feeds vertical-slice. Use for features, small changes, and bug scoping.

2026-06-22
opencode-acp
مطوّرو البرمجيات

Control another OpenCode instance via the Agent Client Protocol (ACP). Start an ACP server, send prompts (single-turn or multi-turn), capture responses. Use for testing workflows, delegating work to isolated agents, or running tasks in separate projects.

2026-06-22
use-groundwork
مطوّرو البرمجيات

Bootstrap skill for the groundwork workflow suite. Loaded at every conversation start. Establishes core rules, skill triggers, and the 1% escalation heuristic. ALWAYS load this first.

2026-06-22
using-workflow
مطوّرو البرمجيات

Bootstrap skill for the groundwork workflow suite. Loaded at every conversation start. Establishes core rules and lists all available skills with triggers. ALWAYS load this first.

2026-06-22
vertical-slice
مطوّرو البرمجيات

Decompose any implementation task into conflict-free parallel slices for maximum general-purpose fan-out. Each slice is a thin end-to-end tracer through all layers for one user-facing behavior. Use before delegating to general-purpose agents — this is the decomposition phase, not the implementation phase. Writes the .groundwork/run.json ledger that the Stop-gate hook enforces.

2026-06-22
advisor-gate
متخصصو إدارة المشاريع

Executor-first workflow with advisor checkpoints at hard decisions AND mandatory gate approval before declaring any task complete. The advisor operates as a strategic technical consultant — providing deep architectural insight, trade-off analysis, and effort-aware recommendations — not just a yes/no gate. ALWAYS required before claiming done.

2026-06-21
prototype
مطوّرو البرمجيات

Build throwaway prototypes to flesh out a design before committing. Logic prototypes (interactive TUI) or UI prototypes (variant switcher). Delete when done. Use for spikes and design exploration.

2026-06-21
spec-extend
متخصصو إدارة المشاريع

Spec lifecycle management skill. Handles spec creation, revision, and deprecation. Tracks version, linked PRs/commits, and status transitions.

2026-06-21
advisor-gate
المهن الحاسوبية الأخرى

Executor-first workflow with advisor checkpoints at hard decisions AND mandatory gate approval before declaring any task complete. The advisor operates as a strategic technical consultant — providing deep architectural insight, trade-off analysis, and effort-aware recommendations — not just a yes/no gate. ALWAYS required before claiming done.

2026-06-21
autoresearch
مطوّرو البرمجيات

Stateful time-bounded improvement loop with evaluator contract and dual logging

2026-06-18
session-continue
متخصصو إدارة المشاريع

When context is getting long or a fresh session is needed, present the user with a choice between same-session continuation (summary + continue) or /handoff to create a new session. Never silently drop context.

2026-06-10
prototype
مطوّرو البرمجيات

Build throwaway prototypes to flesh out a design before committing. Logic prototypes (interactive TUI) or UI prototypes (variant switcher). Delete when done. Use for spikes and design exploration.

2026-06-10
handoff
مطوّرو البرمجيات

Hand off the current session to a freshly spawned Claude Code session. Writes a structured handoff document referencing this session's transcript, then spawns (or prints the launch command for) a successor session. Use when the context window is filling up, when switching machines or terminals, or when ending a work block with a clean baton pass.

2026-06-10
goal
مطوّرو البرمجيات

Manage persistent project goals that survive context compression and session restarts. Set objectives with acceptance criteria, check status, pause, resume, or clear. The active goal is injected into every message as a reminder.

2026-05-31