소스 정보
- 저장소
- Sidiora-Labs/centra-llm-agents
- 최근 소스 활동
- 2026년 8월 20일 02:16
- 감지된 SKILL.md 언어
- 영어
- 스타
- 128
- 포크
- 22
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/Sidiora-Labs/centra-llm-agents --skill project-planning명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Design, implement, and audit inclusive digital products using WCAG 2.2 Level AA standards. Use this skill to generate semantic ARIA for Web and accessibility traits for Web and Native platforms (iOS/Android).
Head-to-head comparison of coding agents (Claude Code, Aider, Codex, etc.) on custom tasks with pass rate, cost, time, and consistency metrics
Design and optimize AI agent action spaces, tool definitions, and observation formatting for higher completion rates.
SKILL.md 표시 중
| name | project-planning |
| description | Use to know about Planning Artifacts used in project management. |
Throughout the project-planning instructions you will see often refernces to types in the form of [Epic], [Spec], [Story], [Task], [Research], and [Decision].
This is to reinforce to you the reader or agent that these are distinct artifact types with specific roles.
Projects flow through five distinct phases. Understanding where artifacts belong is critical for agents executing this skill.
Agents make tactical decisions autonomously (which artifact to create, when to move statuses, validating content) but escalate strategic decisions to Q (scope changes, timeline shifts, technical refactoring, resource constraints).
Planning — Create artifacts defining the work (PRD → Epic → Spec → Stories → Tasks)
references/workflow/planning-phase.md) for detailed artifact creation sequence and validation gatesExecution — Move work to completion through status transitions
references/workflow/execution-phase.md) for execution guidanceClosing — Archive completed work and formally close Epic/Project
references/workflow/closing-phase.md) for closing proceduresRetrospective — Capture learnings (can follow Epic or Project completion)
references/workflow/retrospective-phase.md) for retrospective guidancePause and escalate to Q when encountering:
→ See: skill_reference(references/workflow/overview.md) for complete escalation matrix, artifact relationship diagram, and agent decision model.
When estimation is required, read the resources:
references/estimation.md) for detailed estimation techniques and best practices.Artifacts maintain clear relationships to ensure traceability and context throughout the project lifecycle.
references/relationships.md) for detailed relationship types and usage guidelines for all artifact types (PRD, Epic, Research, Story, Task, Retrospective, Decision).Each artifact type has valid status progressions that guide state management throughout the project lifecycle.
references/status-flow.md for detailed status flow diagrams and descriptions for all artifact types (PRD, Epic, Research, Story, Task, Retrospective, Decision).All artifacts follow consistent schema patterns for organization and linking. Each artifact type has specific frontmatter requirements and content sections.
→ Use the linked skill resources for detailed schema definitions, artifact content structure, and link type definitions for all artifact types (PRD, Epic, Research, Story, Task, Retrospective, Decision).
See below for specific artifact schemas:
schema/01-artifact-prd.md)schema/02-artifact-epic.md)schema/03-artifact-spec.md)schema/04-artifact-research.md)schema/05-artifact-decision.md)schema/06-artifact-story.md)schema/07-artifact-task.md)schema/08-artifact-retrospective.md)