Skip to main content
مستودع GitHub

openteam

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

skills مجمعة
12
Stars
12
محدث
2026-03-07
Forks
0
التغطية المهنية
3 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

incremental-implementation
مطوّرو البرمجيات

Execute implementation plans through small, verified steps — fighting the complexity explosion that AI-assisted development naturally produces. Use throughout the entire implementation process, from first line to last commit.

2026-03-07
self-verification
محللو ضمان جودة البرمجيات والمختبرون

Systematically verify your own implementation through layered testing. Use after completing implementation tasks, before considering the work done.

2026-03-07
technical-feasibility
مطوّرو البرمجيات

Identify unvalidated technical assumptions in a design, research them against external sources (docs, APIs, community), and produce a feasibility verdict. Use after receiving requirements and before implementation planning, whenever the design depends on technologies, APIs, or platform capabilities you haven't verified.

2026-03-06
acceptance-testing
محللو ضمان جودة البرمجيات والمختبرون

Execute acceptance tests against completed implementation, run the full test suite, and produce a structured verification report. Use after Developer notifies implementation is complete.

2026-03-02
architecture-review
مطوّرو البرمجيات

Review implemented code for architectural compliance, detect entropy (bloat, duplication, boundary violations), and propose corrections. Use after Developer completes implementation, or periodically to audit codebase health.

2026-03-02
bug-reporting
محللو ضمان جودة البرمجيات والمختبرون

Produce clear, actionable, reproducible bug reports. Use whenever a test fails or unexpected behavior is discovered during verification.

2026-03-02
codebase-mapping
مطوّرو البرمجيات

Read and understand a codebase's architecture, modules, boundaries, and conventions. Use when onboarding to a new project, before designing any implementation, or when the codebase has evolved significantly since last review.

2026-03-02
implementation-planning
مطوّرو البرمجيات

Design a concrete implementation plan from requirements, specifying which files, modules, functions, and classes to create or modify. Use after receiving requirements from PM and having an up-to-date codebase map.

2026-03-02
prd-generation
متخصصو إدارة المشاريع

Produce a structured Product Requirements Document from clarified requirements. Use after requirement clarification is complete and the team needs a formal handoff document for Architect and QA.

2026-03-02
requirement-clarification
متخصصو إدارة المشاريع

Decompose vague or incomplete requests into explicit, actionable requirements. Use when receiving any new feature request, bug report, or change request from a user before passing work to the team.

2026-03-02
system-discovery
مطوّرو البرمجيات

Learn and document a target system's capabilities, workflows, and user-facing behaviors. Use when onboarding to a new project, before working on requirements, or when the team lacks understanding of what the system currently does.

2026-03-02
test-plan-design
محللو ضمان جودة البرمجيات والمختبرون

Design a comprehensive test plan from product requirements and acceptance criteria. Use when receiving requirements from PM, before Developer completes implementation. Test design is independent of implementation.

2026-03-02