소스 정보
- 저장소
- diegosouzapw/awesome-omni-skill
- 최근 소스 활동
- 2026년 2월 28일 04:26
- 감지된 SKILL.md 언어
- 영어
- 스타
- 50
- 포크
- 19
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/diegosouzapw/awesome-omni-skill --skill iikit-03-plan명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Token-efficient tracking for AI orchestration. CLI-first for status updates (~50 tokens), agent fallback for complex ops (~1KB). Use when: updating task status, querying blockers, creating progress files, validating phases.
AshAi extension guidelines for integrating AI capabilities with Ash Framework. Use when implementing vectorization/embeddings, exposing Ash actions as LLM tools, creating prompt-backed actions, or setting up MCP servers. Covers semantic search, LangChain integration, and structured outputs.
This skill should be used when solving hard questions, complex architectural problems, or debugging issues that benefit from GPT-5 Pro or GPT-5.1 thinking models with large file context. Use when standard Claude analysis needs deeper reasoning or extended context windows.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | iikit-03-plan |
| description | Create technical implementation plan from feature specification |
Execute the implementation planning workflow using the plan template to generate design artifacts.
$ARGUMENTS
You MUST consider the user input before proceeding (if not empty).
Before ANY action, load and internalize the project constitution:
Read constitution:
cat CONSTITUTION.md 2>/dev/null || echo "NO_CONSTITUTION"
If file doesn't exist:
ERROR: Project constitution not found at CONSTITUTION.md
Cannot proceed without constitution.
Run: /iikit-00-constitution
Parse all principles, constraints, and governance rules.
Extract Enforcement Rules:
CONSTITUTION ENFORCEMENT RULES:
[MUST] Use TDD - write tests before implementation
[MUST NOT] Use external dependencies without justification
[REQUIRED] All code must have error handling
Validation commitment: Every output will be validated against each principle before being written.
Hard Gate Declaration: State explicitly:
CONSTITUTION GATE ACTIVE
Extracted X enforcement rules
ANY violation will HALT planning with explanation
Run setup script (choose based on platform):
Unix/macOS/Linux:
bash .tessl/tiles/tessl-labs/intent-integrity-kit/skills/iikit-core/scripts/bash/setup-plan.sh --json
Windows (PowerShell):
pwsh .tessl/tiles/tessl-labs/intent-integrity-kit/skills/iikit-core/scripts/powershell/setup-plan.ps1 -Json
Parse JSON for:
FEATURE_SPEC - path to spec.mdIMPL_PLAN - path to plan.mdSPECS_DIR - feature directoryBRANCH - current branch nameIf error or missing spec.md:
ERROR: spec.md not found in feature directory.
Run: /iikit-01-specify <feature description>
BEFORE proceeding to planning, perform semantic validation:
Read the spec.md and validate:
Requirement Count Check:
WARNING: Spec may be underspecified (found X requirements, recommend 3+).
ERROR: Cannot plan without requirements.
The spec.md has no functional requirements (FR-XXX).
Run: /iikit-01-specify to add requirements, or manually add FR-XXX items to spec.md
Measurable Success Criteria Check:
WARNING: No measurable success criteria found.
Recommendation: Add metrics like "under 3 seconds", "95% uptime", "10,000 users".
Unresolved Clarification Check:
[NEEDS CLARIFICATION] markersUser Story Coverage Check:
WARNING: User Story X has no acceptance criteria.
Recommendation: Add acceptance scenarios to validate the story is complete.
Cross-Reference Validation:
WARNING: Orphan requirement detected (FR-XXX not linked to any user story).
Recommendation: Link requirements to user stories for traceability.
Calculate and display:
+---------------------------------------------+
| SPEC QUALITY REPORT |
+---------------------------------------------+
| Requirements: X found (min: 3) [Y/N]|
| Success Criteria: X found (min: 3) [Y/N]|
| User Stories: X found (min: 1) [Y/N]|
| Measurable: X criteria have metrics |
| Clarifications: X unresolved |
| Coverage: X% requirements linked |
+---------------------------------------------+
| OVERALL SCORE: X/10 |
| STATUS: [READY/NEEDS WORK] |
+---------------------------------------------+
If score < 6: Recommend running /iikit-02-clarify first
If score >= 6: Proceed with planning
FEATURE_SPEC and constitutionIMPL_PLAN templateFollow the structure in IMPL_PLAN template to:
Fill Technical Context (mark unknowns as "NEEDS CLARIFICATION"):
Fill Constitution Check section from constitution principles
Evaluate gates - ERROR if violations cannot be justified
Purpose: Discover, install, and catalog Tessl tiles for all technologies in the Technical Context. Tiles provide documentation, rules, and skills that improve implementation quality.
Platform Detection:
command -v tessl >/dev/null 2>&1Get-Command tessl -ErrorAction SilentlyContinueIf Tessl NOT Available: Display once and continue without tile operations:
ℹ️ Tessl not installed. Tile-based documentation unavailable.
Install Tessl for enhanced library documentation: https://tessl.io
If Tessl Available: Proceed with tile discovery.
mcp__tessl__status()
This shows authentication status and any existing tiles.
From the drafted Technical Context, extract:
For each technology identified:
Search for tiles:
mcp__tessl__search(query="<technology>")
For each tile found, identify type:
describes field)rules section)skill section)Install relevant tiles:
mcp__tessl__install(packageName="<workspace/tile-name>")
Document in research.md (Tessl Tiles section):
## Tessl Tiles
### Installed Tiles
| Technology | Tile | Type | Version |
|------------|------|------|---------|
| Python | tessl/python | Documentation | 1.2.0 |
| Click | tessl/click | Documentation | 0.8.0 |
| pytest | tessl/pytest | Documentation + Rules | 1.0.0 |
### Available Skills
The following skills are available from installed tiles:
- `/<skill-name>` - Description of what the skill does
### Technologies Without Tiles
- <technology>: No tile found in registry
If no tiles found for a technology:
For each installed documentation tile, query for best practices:
mcp__tessl__query_library_docs(query="best practices for <library>")
Incorporate findings into research.md decisions section.
List all available skills from installed tiles:
/iikit-08-implement)tessl login, continue without tilesExtract unknowns from Technical Context:
Research each unknown and document findings
Consolidate findings in research.md:
Output: research.md with all NEEDS CLARIFICATION resolved (includes Tessl Tiles section if Tessl available)
Prerequisites: research.md complete
Extract entities from feature spec -> data-model.md:
Generate API contracts from functional requirements:
/contracts/Create quickstart.md with test scenarios
Agent context update (choose based on platform):
Unix/macOS/Linux:
bash .tessl/tiles/tessl-labs/intent-integrity-kit/skills/iikit-core/scripts/bash/update-agent-context.sh claude
Windows (PowerShell):
pwsh .tessl/tiles/tessl-labs/intent-integrity-kit/skills/iikit-core/scripts/powershell/update-agent-context.ps1 -AgentType claude
This updates CLAUDE.md with the new technology stack using the agent-file-template.md.
Output: data-model.md, /contracts/*, quickstart.md, updated agent file
Re-evaluate the Constitution Check after design phase:
Before finalizing, scan the draft plan for governance content that belongs in /iikit-00-constitution:
Check for violations - plan MUST NOT contain:
Plan SHOULD contain (these are appropriate here):
If violations found:
+---------------------------------------------------------------+
| PHASE SEPARATION VIOLATION DETECTED |
+---------------------------------------------------------------+
| Plan contains governance content: |
| - [list each violation] |
| |
| Governance principles belong in /iikit-00-constitution. |
| Plan defines HOW to implement THIS feature, not project laws.|
+---------------------------------------------------------------+
| ACTION: Moving governance content to constitution reference..|
+---------------------------------------------------------------+
Auto-fix: Replace governance statements with constitution references:
Re-validate after fixes until no violations remain.
Before writing ANY artifact:
Output:
If plan.md already exists with content, perform semantic diff before overwriting:
If plan.md exists and has Technical Context filled in:
Extract semantic elements:
Compare with new content:
+-----------------------------------------------------+
| SEMANTIC DIFF: plan.md |
+-----------------------------------------------------+
| Tech Stack: |
| ~ Language: Python 3.11 -> Python 3.12 |
| + Added: Redis for caching |
| - Removed: None |
| |
| Architecture: |
| ~ Changed: Switched from REST to GraphQL |
| + Added: Event sourcing pattern |
+-----------------------------------------------------+
| DOWNSTREAM IMPACT: |
| ! tasks.md MUST be regenerated (arch change) |
| ! contracts/ need updates (API change) |
| ! data-model.md may need updates |
+-----------------------------------------------------+
Flag breaking changes:
If significant changes detected:
WARNING: Plan changes detected that invalidate downstream artifacts.
Recommend re-running:
- /iikit-06-tasks (REQUIRED - architecture changed)
- /iikit-07-analyze (RECOMMENDED - verify consistency)
After completing the plan:
Recommended: Run /iikit-04-checklist to create domain-specific quality checklists
/iikit-08-implementIf constitution requires TDD: (REQUIRED by constitution) Generate test specifications with /iikit-05-testify
/iikit-05-testifyRequired: Run /iikit-06-tasks to generate the task breakdown
Suggest to user:
Plan complete! Next steps:
- /iikit-04-checklist - (Recommended) Generate quality checklists for requirements validation
- /iikit-05-testify - Generate test specifications (REQUIRED if TDD mandated, otherwise Optional)
- /iikit-06-tasks - Generate task breakdown from plan