Skip to main content
مستودع GitHub

agentic-dev-ecosystem-template

يحتوي agentic-dev-ecosystem-template على 15 من skills المجمعة من djscheuf، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

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

Analyzes the extracted story document, capturing capability, acceptance criteria, edge cases, dependencies and open design questions. Use after extracting a story from a user request, to clarify the stories intended and likley imact. Use before designing the implementation.

2026-07-28
audit-current-reality
مطوّرو البرمجيات

Discovers the current application reality BEFORE designing or implementing. Surfaces relevant ADRs, existing code patterns, and target architecture.

2026-07-28
design-story-implementation
مطوّرو البرمجيات

Design the implementation of a new user story based on the current application reality, and analysis of the proposed user story.

2026-07-28
design-test-cases
محللو ضمان جودة البرمجيات والمختبرون

Design comprehensive test cases for a given set of requirements. Use before starting TDD to plan coverage.

2026-07-28
draft-implementation-plan
مطوّرو البرمجيات

Drafts a high-level implementation plan based on the extracted story document

2026-07-28
extract-story-intent
مطوّرو البرمجيات

Extract a user story from a given document or text, into a json format

2026-07-28
grade-story-analysis
مطوّرو البرمجيات

Grades the quality of the extracted story document with additional details based on the User Story Quality Rubric

2026-07-28
grade-story-design
مطوّرو البرمجيات

Grades the quality of the design document for a given story with additional details based on the Design Quality Rubric

2026-07-28
query-code
مطوّرو البرمجيات

Read the project code (src/) to find existing implementation patterns, and related functionality. Surfaces relevant patterns, services, interfaces, and components for the task at hand.

2026-07-28
query-wiki
مطوّرو البرمجيات

Read the project wiki (vault/) before starting any non-trivial task. Surfaces relevant decisions, ownership, incidents, and glossary entries for the task at hand.

2026-07-28
refactor-code-with-ai
مطوّرو البرمجيات

Refactor code with AI assistance. Use to refactor code in TDD loop, and to improve code quality.

2026-07-28
split-plan-into-workstreams
مطوّرو البرمجيات

Converts a High-level Implementation Plan into several parallel Workstream documents

2026-07-28
update-wiki
مطوّرو البرمجيات

Maintain the project wiki in vault/. Use at the end of any session that produced a decision, fact, or state change. Extracts entities, updates topic pages, adds cross-links, never deletes. Pairs with the post_cascade_response_with_transcript hook.

2026-07-28
write-failing-test
محللو ضمان جودة البرمجيات والمختبرون

Write a single test from a given test plan. Use as part of a TDD loop to write a failing test before writing code.

2026-07-28
write-minimal-implementation
مطوّرو البرمجيات

Write the MINIMUM code necessary to make the failing test pass. No more, no less. Use to write code in TDD loop, and to resolve a failing test.

2026-07-28