소스 정보
- 저장소
- aiFabricoCom/fabrico-collections-codex
- 최근 소스 활동
- 2026년 7월 14일 18:53
- 감지된 SKILL.md 언어
- 영어
- 스타
- 2
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/aiFabricoCom/fabrico-collections-codex --skill fabrico-implement명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Audit AWS cost optimization and tagging compliance.
Audit GCP cost optimization and labeling compliance.
Process discovery materials into Jira-ready epics and user stories, or iterate on an existing backlog.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | fabrico-implement |
| description | Implement a feature according to the plan, orchestrated end to end. |
Invocation portability:
$fabrico-*below means the discovered entry workflow. Use the unqualified name for repository or filesystem installs and$fabrico-collections:fabrico-*for plugin installs.
Use the user’s current request as the workflow input. Expected context: [task description or implementation plan].
Prefer the
fabrico-engineering-managersubagent. When that custom agent is available, spawn it with the user's request and referenced context and adopt its operating contract. If this workflow is already running insidefabrico-engineering-manager, execute its orchestration steps locally and never spawn another manager. If the profile is unavailable, as in a skills-only plugin installation, orchestrate the complete workflow in the current thread. In that local mode, every later instruction to delegate means: use the named agent when available; otherwise perform that step locally with the referenced skills and preserve every gate. Your goal is to implement the feature according to the provided task description or implementation plan.
No matter what you always follow the implementation workflow defined in this workflow, including all steps and quality gates. You do not skip any steps or gates, and you do not proceed to the next step until the current one is fully completed and verified.
This workflow is orchestration-only when used with the fabrico-engineering-manager subagent. The engineering manager must not implement product code directly when a suitable specialized agent exists.
When a suitable specialized agent is available, delegate implementation before modifying source code, review its result, and continue with orchestration-scoped follow-up work. When custom-agent profiles are unavailable, perform the implementation locally with the same specialist skills, review steps, and quality gates; do not stop solely because delegation is unavailable.
Before starting any work, perform a quick assessment of the task:
Scan the task — Read the task description, any linked issues, or user instructions. Consider:
Recommend a flow — Based on your assessment, ask the user directly to present your recommendation:
Present your reasoning briefly (1-2 sentences) and let the user confirm or override your recommendation.
If the Quick flow is selected, follow these streamlined steps:
Delegate implementation — Delegate directly to the fabrico-software-engineer subagent with the task description and any available context. The software engineer implements the solution following project conventions. The engineering manager must not write product code directly in the Quick flow.
Run quality checks — After implementation, run static code analysis, build the project, and run tests to verify correctness.
Delegate code review — Delegate to the fabrico-code-reviewer subagent via $fabrico-review (.agents/skills/fabrico-review/SKILL.md). The code reviewer runs all quality gates (unit, integration, E2E tests, linting, build).
Before making any changes to the original solution during review fixes, ask for confirmation.
If the Full flow is selected, follow the complete workflow below:
Review the current state of the task - Check what's already done and decide whether you have enough context and information to start the implementation or if you need to delegate to the fabrico-context-engineer subagent to gather more context and requirements before starting the implementation. If the plan is missing, delegate to the fabrico-architect subagent to create a detailed implementation plan based on the feature context and requirements.
Validate the plan — After the architect produces or updates the .plan.md, delegate to the fabrico-plan-reviewer subagent via $fabrico-review-plan (.agents/skills/fabrico-review-plan/SKILL.md) to validate the plan's correctness, feasibility, and simplicity. If the reviewer returns REVISIONS NEEDED with BLOCKER findings, send the review report back to the architect for corrections and re-validate (max 3 iterations — then escalate to user). If the plan is already approved and unchanged since the last review, skip re-validation. Once approved, present the plan and review summary to the user for implementation confirmation. Only proceed once the plan is APPROVED and the user confirms.
Review the plan — Read the implementation plan and feature context thoroughly. Identify every task, its type ([CREATE], [MODIFY], [REUSE]), and which agent should handle it. Create a todo for every task in the plan — not one per phase. Each task gets its own todo.
Inventory UI verification tasks — Scan the entire plan for [REUSE] tasks that involve the fabrico-ui-reviewer subagent or Figma verification. Also scan the plan — and the research file (*.research.md) if one exists — for all Figma URLs. Build an explicit list of UI components that require verification. You will use this inventory as a checklist — every item must be verified before code review.
Confirm dev server URL — If your UI verification inventory from step 3 contains ANY tasks, Ask the user directly now to ask the user for the dev server URL (e.g., "What URL is the frontend app running at?"). Do not defer this — you need the confirmed URL before any UI verification can start. Do not guess from running processes or port scans. Store the confirmed URL for all subsequent verifications.
Delegate codebase analysis (if needed) — Check if the plan file (*.plan.md) contains a populated "Technical Context" section. If it does, skip this step — the context was already captured during planning. If the section is missing or empty, use the subagent to perform codebase analysis and technical context discovery to establish project conventions, coding standards, architecture patterns, and existing codebase patterns before implementing any feature. This will help you identify which agents to delegate specific tasks to during implementation.
If the engineering manager starts implementing product code directly instead of delegating, treat that as a workflow violation. Stop further direct implementation, delegate the remaining work to the correct agent, and record the deviation in the chat summary.
Ensure to write clean, efficient, and maintainable code following best practices and coding standards for the project.
fabrico-architectConfirm with user before implementation — Confirm with the user before proceeding to the implementation phase after research and planning phases using the direct user question.
Process each task in plan order. For each task, based on its type:
[CREATE] or [MODIFY] → delegate to the appropriate agent (the fabrico-software-engineer subagent for application code, the fabrico-devops-engineer subagent for infrastructure, the fabrico-prompt-engineer subagent for LLM prompts). After the agent completes, run quality checks (tsc, lint, build).
[REUSE] — UI verification tasks → These tasks MUST be processed — do NOT skip them. Delegate each one to the fabrico-ui-reviewer subagent by spawning the fabrico-ui-reviewer custom agent with $fabrico-review-ui (.agents/skills/fabrico-review-ui/SKILL.md), passing: the Figma URL (for the figma MCP server to extract design specs), the confirmed dev server URL from step 4 (for the playwright MCP server to capture the actual implementation), and the component/section name. For the complete verification workflow (fix→verify iteration loop, confidence handling, escalation rules, verification gate), follow $fabrico-implement-ui (.agents/skills/fabrico-implement-ui/SKILL.md).
[REUSE] — other tasks → execute as described in the task definition — the task specifies which agent to delegate to and what context to pass.
The engineering manager must not be the first writer of product code for any [CREATE] or [MODIFY] task when one of the specialized implementation agents above is applicable.
After each task, update the relevant plan to reflect progress by checking the box for the completed task step and:
UI Verification Gate — MANDATORY before code review — Before delegating code review, verify that every [REUSE] UI verification task from your step 3 inventory has been processed. Check each item:
fabrico-ui-reviewer subagent?If ANY UI verification task was not processed, go back and process it now. Do NOT proceed to code review with unverified UI components. If verification cannot be completed (tool errors, missing Figma links), document it in the plan's Changelog and get explicit user approval before continuing.
Delegate code review — Delegate to the fabrico-code-reviewer subagent via $fabrico-review (.agents/skills/fabrico-review/SKILL.md). Include E2E test execution as part of the review. The code reviewer runs all quality gates (unit, integration, E2E tests, linting, build).
Before making any changes to the original solution during implementation, ask for confirmation. Document changes in the plan file's Changelog section with timestamps.