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

attilaszasz

عرض على مستوى المستودعات لـ 122 skills مجمعة عبر 5 مستودعات GitHub.

skills مجمعة
122
مستودعات
5
محدث
2026-06-25
مستكشف المستودعات

المستودعات و skills الممثلة

analyze-compliance
مطوّرو البرمجيات

Performs non-destructive cross-artifact consistency and quality analysis across spec, plan, and tasks. Also supports remediation mode to apply fixes. Use when running /sddp-analyze or when compliance auditing is needed.

2026-06-25
autopilot-pipeline
مطوّرو البرمجيات

Runs the full feature-delivery SDD pipeline end-to-end without user interaction. When called without arguments, auto-selects the first unchecked epic from specs/project-plan.md. Requires Autopilot enabled in config, a Product Document, and a Technical Context Document. Use when running /sddp-autopilot.

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

Clarify product, technical, and operational specs with targeted questions and write accepted answers into spec.md.

2026-06-25
compact-communication
موظفو المكاتب العامون

[DEPRECATED — rules moved to AGENTS.md §Communication Style. This file is a deprecation shim only. Do not re-introduce a Read instruction for this path; the rules are ambient context loaded once via AGENTS.md.]

2026-06-25
generate-checklist
محللو ضمان جودة البرمجيات والمختبرون

Generates requirements quality checklists ('Unit Tests for English') that validate quality, clarity, and completeness in a given domain. Use when running /sddp-checklist or when quality verification of requirements is needed.

2026-06-25
generate-tasks
مطوّرو البرمجيات

Orchestrates decomposition of implementation plans into actionable, dependency-ordered task lists. Use when running /sddp-tasks or when task generation from a plan is needed.

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

Executes the implementation plan by processing and completing all tasks defined in tasks.md phase-by-phase. Use when running /sddp-implement or when code implementation from a task list is needed.

2026-06-25
plan-feature
مطوّرو البرمجيات

Orchestrates the implementation planning process — generating plan artifacts, architecture decisions, and design documents from a feature specification. Use when running /sddp-plan or when implementation planning is needed.

2026-06-25
عرض أهم 8 من أصل 66 skills مجمعة في هذا المستودع.
analyze-compliance
محللو ضمان جودة البرمجيات والمختبرون

Performs non-destructive cross-artifact consistency and quality analysis across spec, plan, and tasks. Also supports remediation mode to apply fixes. Use when running /sddp-analyze or when compliance auditing is needed.

2026-04-06
artifact-conventions
مطوّرو البرمجيات

Defines preservation, format, and section rules for SDD specification artifacts (spec.md, plan.md, tasks.md, checklists). Use when editing feature-artifact files under specs/<feature-folder>/ to prevent accidental corruption of cross-referenced IDs, priorities, and gating state.

2026-04-06
autopilot-pipeline
مطوّرو البرمجيات

Runs the full feature-delivery SDD pipeline end-to-end without user interaction. When called without arguments, auto-selects the first unchecked epic from specs/project-plan.md. Requires Autopilot enabled in config, a Product Document, and a Technical Context Document. Use when running /sddp-autopilot.

2026-04-06
clarification-strategies
مطوّرو البرمجيات

Strategies for auditing specifications and reducing ambiguity. Use when running `/sddp-clarify` or whenever an agent needs to critique a requirement.

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

Clarify product, technical, and operational specs with targeted questions and write accepted answers into spec.md.

2026-04-06
deployment-operations
مطوّرو البرمجيات

Create/refine project `specs/dod.md` as the canonical Deployment & Operations Document.

2026-04-06
generate-checklist
محللو ضمان جودة البرمجيات والمختبرون

Generates requirements quality checklists ('Unit Tests for English') that validate quality, clarity, and completeness in a given domain. Use when running /sddp-checklist or when quality verification of requirements is needed.

2026-04-06
generate-tasks
متخصصو إدارة المشاريع

Orchestrates decomposition of implementation plans into actionable, dependency-ordered task lists. Use when running /sddp-tasks or when task generation from a plan is needed.

2026-04-06
عرض أهم 8 من أصل 20 skills مجمعة في هذا المستودع.
quality-control
محللو ضمان جودة البرمجيات والمختبرون

Executes Quality Control checks. It evaluates requirements, runs static analysis, executes tests, and feeds bug tasks back into the implementation loop if any check fails.

2026-06-11
amend-project
مطوّرو البرمجيات

Propagate a user-described bootstrap change across canonical project artifacts and the project plan by analyzing impact and executing the owning bootstrap workflows inline.

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

Defines preservation, format, and section rules for SDD specification artifacts (spec.md, plan.md, tasks.md, checklists). Use when editing feature-artifact files under specs/<feature-folder>/ to prevent accidental corruption of cross-referenced IDs, priorities, and gating state.

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

Runs the full feature-delivery SDD pipeline end-to-end without user interaction. When called without arguments, auto-selects the first unchecked epic from specs/project-plan.md. Requires Autopilot enabled in config, a Product Document, and a Technical Context Document. Use when running /sddp-autopilot.

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

Analyzes bootstrap artifacts (PRD, SAD, optionally DOD) and decomposes the product into a prioritized, dependency-ordered sequence of epics — coarse-grained deliverable increments, each intended to be implemented as a standalone pipeline run starting at `/sddp-specify`. Use when running /sddp-projectplan or when project-level epic planning is needed after `/sddp-systemdesign`, optionally after `/sddp-devops`, and before `/sddp-init`.

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

Archive a completed first-pass implementation as a throwaway prototype, mine it for discovered requirements and architectural learnings, then regenerate all canonical bootstrap artifacts from scratch informed by prototype insights. Use when running /sddp-regen after all epics have been implemented.

2026-06-10
specify-feature
متخصصو إدارة المشاريع

Creates a feature specification from a natural language description — capturing WHAT users, systems, or operators need and WHY. Use when starting a new feature, when the user mentions /sddp-specify, specification, or feature requirements.

2026-06-10
analyze-compliance
محللو ضمان جودة البرمجيات والمختبرون

Performs non-destructive cross-artifact consistency and quality analysis across spec, plan, and tasks. Also supports remediation mode to apply fixes. Use when running /sddp-analyze or when compliance auditing is needed.

2026-05-31
عرض أهم 8 من أصل 17 skills مجمعة في هذا المستودع.
عرض أهم 8 من أصل 16 skills مجمعة في هذا المستودع.
عرض 5 من أصل 5 مستودعات
تم تحميل كل المستودعات