用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/aiFabricoCom/fabrico-collections-codex --skill fabrico-plan命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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-plan |
| description | Prepare a detailed implementation plan from the feature context. |
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 or Jira ID].
Analyze the feature context file for the provided task or Jira ID. Based on it, prepare a detailed implementation plan that a software engineer can follow step by step to deliver the feature.
The file outcome should be a markdown file named after the task Jira ID in kebab-case format or after task name (if no Jira task provided) with .plan.md suffix (e.g., user-authentication.plan.md). The file should be placed in the specifications directory under a folder named after the issue ID or the shortened task name in kebab-case format.
Before starting, load and follow these skills:
fabrico-architecture-designing - for the architecture design process and output template (plan.example.md)fabrico-codebase-analysing - for analyzing the existing codebasefabrico-implementation-gap-analysing - for verifying what exists vs what needs to be builtfabrico-technical-context-discovering - for understanding project conventions and patternsfabrico-sql-and-database-understanding - when the feature involves database schema design, data model changes, migrations, or query-heavy implementation.research.md) thoroughly to understand the requirements and scope. Cross-check with industry, domain, and company best practices.AGENTS.md guidance. Save them in the "Technical Context" section of the plan file. This section is critical — downstream implementation agents will read it to avoid redundant codebase analysis. Be thorough: include framework conventions, naming patterns, test commands, linting rules, and any project-specific standards.AGENTS.md/AGENTS.override.md files. Incorporate findings into the "Technical Context" section.[CREATE], [MODIFY], or [REUSE][REUSE] UI verification task immediately after each implementation task that produces visible UI. The verification task should reference the fabrico-ui-reviewer subagent, include the Figma URL, and describe the verify-fix loop (max 5 iterations). Non-visual tasks (data fetching, state management, API integration) do not need verification tasks.plan.example.md template from the fabrico-architecture-designing skill strictly.Don't provide deployment plans, code pushing instructions, or code review instructions in the repository.
Follow the template structure and naming conventions strictly to ensure clarity and consistency.
In case of any ambiguities or missing information for the planning, ask for clarification before finalizing the plan.
Update the plan file after each interaction if new information is gathered.