内容创作
#design
maturation-pathway-design
Design path to readiness using Stage-Gate, Technology Roadmapping, and milestone planning methods.
DeepseekModel
官方收录技能
质量 优秀 · 78
v1.0.0
获取
https://deepseekmodel.com/api/download.php?id=yogsoth-ai-de-anthropocentric-research-engine-skills-maturation-pathway-design-skill-md&format=skill
下载 .skill
标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name maturation-pathway-design description Design path to readiness using Stage-Gate, Technology Roadmapping, and milestone planning methods. dependencies {"tactics":["multi-dimensional-readiness-scan","staged-gate-evaluation"],"sops":["dimension-assessment","feasibility-synthesis"]} Maturation Pathway Design Purpose: Given a candidate that is not yet ready, design a concrete pathway to bring it to implementation readiness. Uses Stage-Gate processes to define decision points, Technology Roadmapping to sequence development activities, and milestone planning to create actionable checkpoints. When to use: A candidate has potential but is not yet mature enough for implementation Stakeholders need a roadmap showing how and when readiness can be achieved You need to define clear gates and milestones for a maturation effort Budget Metric Target Stage gates defined >= 3 Milestones per stage >= 2 Resource estimates per stage 1 per stage State Ledger Key Type Description candidate object The candidate needing maturation current_readiness object Starting maturity profile target_readiness object Required maturity for implementation stages[] array Defined maturation stages gates[] array Decision gates between stages milestones[] array Checkpoints within stages roadmap object Complete maturation roadmap Available Tactics Tactic When staged-gate-evaluation To define and evaluate gates along the maturation path multi-dimensional-readiness-scan To assess readiness at each stage Available SOPs SOP Purpose gate-criteria-definition Define criteria for each gate gate-judgment Evaluate readiness at each gate dimension-assessment Assess dimension readiness at checkpoints feasibility-synthesis Synthesize pathway into overall feasibility view Execution Guidance Establish current readiness profile (from maturity-diagnosis output) Define target readiness required for implementation Identify the gap between current and target across all dimensions Design stages that progressively close the gap Define gate criteria for transitions between stages Place milestones within each stage as progress indicators Estimate resources and timeline for each stage Identify critical path and dependencies between stages Output Format maturation_pathway: candidate: <name> current_readiness: <overall score> target_readiness: <required score> gap_dimensions: [{ dimension , current , target , gap }] stages: - stage: 1 name: <stage name> objective: <what this stage achieves> milestones: [{ name , criteria , target_date }] resources: { time , cost , personnel } gate: criteria: [ ... ] pass_threshold: <condition> total_timeline: <duration> total_cost: <estimate> critical_path: [ <stage dependencies> ] risk_factors: [{ risk , mitigation , stage_affected }] Available Tactics Optional, no fixed order; the final leaf is always a sop. Tactic When to use multi-dimensional-readiness-scan Assess readiness across multiple dimensions, synthesize into radar visualization, and identify bottleneck dimensions. staged-gate-evaluation Define gate criteria for each stage, evaluate candidates at each gate, and render go/kill/recycle decisions with evidence. Available SOPs Optional, no fixed order; the final leaf is always a sop. SOP When to use dimension-assessment Score a single readiness dimension for a candidate with evidence and gap analysis. feasibility-synthesis Synthesize all assessments into a feasibility matrix, recommendation, and risk summary.
Agent 识别该技能的关键词,点击任意一个即可复制。
该技能未提供触发词。
下载的 .skill 包内含以下字段。
| 字段 | 说明 |
|---|---|
| format | 格式标识(skill/v1) |
| skill_id | 技能唯一 ID |
| name | 技能名称 |
| version | 版本号 |
| description | 技能描述 |
| category | 所属分类(数组) |
| trigger_words | 触发词列表 |
| tags | 标签列表 |
| source | 来源标识 |
| source_url | 来源链接(本页地址) |
| exported_at | 导出时间(每次下载生成) |
| system_prompt | 系统提示词正文 |
| model_config | 模型参数:provider / model / temperature / max_tokens / top_p |
| examples | 示例 |
| install_guide | 各平台导入说明(Coze / Dify / Claude / 自定义框架) |