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

maul-team

يحتوي maul-team على 20 من skills المجمعة من sohei56، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
20
Stars
14
محدث
2026-07-20
Forks
5
التغطية المهنية
4 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

codebase-audit
مطوّرو البرمجيات

Whole-repo, multi-agent audit that IS the Sprint-end cross-review ceremony (product-wide integrity): 4 axes — spec-conformance, logic/defect hunt, redundancy, and product-security — over the ACCUMULATED codebase at HEAD, not the Sprint diff. Findings are swept to zero per defect class — one class = one PBI covering every occurrence, documentation drift batched into a single DOCS PBI — and non-blocking: Critical/High become draft PBIs for the NEXT Sprint, Medium/Low at PO discretion. At Integration-Sprint entry a thin re-check confirms the latest audit is fresh and no open Critical/High audit PBIs remain before testing proceeds.

2026-07-20
cross-review
مطوّرو البرمجيات

Sprint-end product-wide integrity gate. The five per-aspect reviews (requirement conformance, functional quality, security, maintainability, docs consistency) now run PER-PBI inside the pipeline before a PBI reaches awaiting_cross_review. Sprint-end cross-review is the whole-repo codebase-audit ONLY: static analysis + 4 audit axes (spec-conformance, logic-defect, redundancy, product-security) over the accumulated codebase at HEAD. The audit is non-blocking — Critical/High findings become draft PBIs for the next Sprint; it never reverts a PBI.

2026-07-20
pbi-escalation-handler
متخصصو إدارة المشاريع

Handles PBI pipeline escalation notifications from Developer. Reads escalation context, applies response matrix (retry / split / hold / human), and routes to user when human intervention is needed.

2026-07-19
pbi-merge
مطوّرو البرمجيات

SM-side merge orchestration for a single PBI. Triggered when the Developer notifies `[<pbi-id>] PBI_READY_TO_MERGE`. Drives `.scrum/scripts/merge-pbi.sh` and handles the failure / retry cycle through SendMessage to the assigned Developer.

2026-07-19
pbi-pipeline
مطوّرو البرمجيات

PBI development pipeline — orchestrates design, impl+UT, PBI review, and UT-run stages with sub-agent fan-out, file-based handoff, and deterministic termination gates (Anthropic + Ralph + GAN-derived). Used by Developer per assigned PBI. Replaces former design + implementation skills.

2026-07-19
po-acceptance
مطوّرو البرمجيات

PO acceptance verification — launches and operates the app to verify acceptance criteria by command execution. Used in Sprint Review (demo mode) and Integration Sprint (UAT mode) when .scrum/config.json po_mode is "agent".

2026-07-15
requirement-definition
مطوّرو البرمجيات

Requirement Definition ceremony. Spawns a single requirements-analyst to elicit requirements through natural-language dialogue and mandatory benchmark web-search research, producing a requirements document, a benchmark findings document, and the initial Product Backlog.

2026-07-15
sprint-planning
مطوّرو البرمجيات

Sprint Planning ceremony — select PBIs, assign developers, create Sprint

2026-07-15
sprint-review
مطوّرو البرمجيات

Sprint Review ceremony — present Increment to user

2026-07-15
backlog-refinement
مطوّرو البرمجيات

Refine coarse-grained PBIs into implementation-ready items

2026-07-15
cleanup-audit
مطوّرو البرمجيات

Multi-agent parallel investigation that finds bugs, drift, dead code, redundant docs, and stale references in this repo. Spawns 8 read-only sub-agents on independent axes (stale-refs first, then consistency × 3, redundancy × 2, dead-artifact × 2), deduplicates findings, classifies into 5 tiers, and surfaces user-only decisions. Use after major refactors, before releases, or for periodic repo hygiene checks.

2026-07-11
change-process
متخصصو إدارة المشاريع

FR-016 Change Process — modify frozen documents with user approval

2026-07-11
integration-tests
محللو ضمان جودة البرمجيات والمختبرون

Integration Tests — design-driven, systematic verification for the Integration Sprint. Derives boundary-value, flow-branch, and pattern-branch test cases from the enabled design specs, builds stubs for non-reproducible external interfaces, automates API and UI tests as committed project assets, and records results to .scrum/test-results.json. Runs before UAT & Release.

2026-07-11
retrospective
المهن الحاسوبية الأخرى

Sprint Retrospective — record improvements for the next cycle

2026-07-11
spawn-teammates
مطوّرو البرمجيات

Reproducible teammate creation during Sprint Planning. Reads Sprint and Backlog state, spawns Developer teammates via Agent Teams with consistent naming and assignment.

2026-07-11
uat-release
محللو ضمان جودة البرمجيات والمختبرون

UAT & Release — user-acceptance testing of the integrated product followed by the release decision. Entered from Integration Tests once automated tests pass; drives UAT, defect collection, defect→PBI routing, and the go/no-go release gate.

2026-07-11
install-subagents
مطوّرو البرمجيات

Select and verify project-managed sub-agents for PBI work. Developers invoke after receiving PBI assignments.

2026-07-11
scaffold-design-spec
مطوّرو البرمجيات

Create template stub files for newly enabled catalog entries, including user-facing documentation

2026-07-10
create-brief
متخصصو إدارة المشاريع

Co-author a product brief (docs/product/brief.md) with the human through a structured interview, then quality-gate it against best practices. The brief is the single human-authored input that anchors every scope / YAGNI decision the team makes — in both human and autonomous modes. It anchors the Requirement Definition interview (the Requirements Analyst reads it first and reconciles requirements against it) and, in autonomous mode, is the Product Owner's source of truth. Use when no brief exists yet, when a brief is thin or unmeasurable, or when the operator runs `/create-brief`.

2026-07-05
smoke-test
محللو ضمان جودة البرمجيات والمختبرون

Smoke Test — automated test execution for Integration Sprint. Detects test frameworks, runs all tests, performs HTTP smoke testing, optionally runs browser E2E via Playwright MCP, and records results to .scrum/test-results.json.

2026-07-05