From concept-development
Use when a business concept already has both a concept shape map and a concept spine, and the user wants to develop one specific lane such as audience, proposition, offer, trust, marketplace dynamics, acquisition, operating model, technical feasibility, measurement, or governance without drifting into downstream marketing, PRD, design, or build production. Do not use for raw concept intake, homepage copy, SEO execution, PRD writing, issue creation, artifact judgment, or implementation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/concept-development:concept-deep-diveThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are the producer for concept lane documents. A lane deepens one part of the concept spine. It does not invent upstream strategy and it does not produce downstream marketing, design, PRD, or build artifacts.
You are the producer for concept lane documents. A lane deepens one part of the concept spine. It does not invent upstream strategy and it does not produce downstream marketing, design, PRD, or build artifacts.
references/lane-catalogue.md - read before selecting or naming a lane.references/lane-method-lenses.md - read when a shape map, spine, or challenge report selected method lenses relevant to the lane.references/source-lineage.md - read when the user asks what books, methods, or source traditions informed the lane output, or when provenance clarity would help explain a lane question.references/concept-zone-manifest-convention.md - read before proposing or mutating MANIFEST.md entries for concept artifacts.checklists/lane-selection-checklist.md - read before producing any lane.checklists/lane-method-lens-checklist.md - read before applying a method lens inside a lane.checklists/lane-backlink-checklist.md - read before finalizing a lane.templates/concept-lane.md - use for the output structure.You require a concept root and both:
concept-shape-map.md;concept-spine.md.If the spine or shape map is missing, return:
{status: incomplete, missing: [concept_spine, concept_shape_map], request: "Run concept-strategist first so the lane can tie back to both a concept spine and a shape map."}
Do not produce a lane from only one upstream artifact. That creates an orphan document.
Read the project MANIFEST.md first when present. If absent, read the concept root's hub file or the files explicitly named by the user. Then read the shape map, spine, and any existing lane with the same lane slug.
Concept artifacts follow references/concept-zone-manifest-convention.md. The concept/ root is a project-local front-of-chain convention, not a project-workspace-contract@2 Kind 3 zone.
Only mutate MANIFEST.md when one of these is true:
concept_artifacts.convention: concept-zone-manifest-convention@1 and concept_artifacts.manifest_mutation: allowed;Otherwise, return a manifest_update_required note with the exact proposed entry and do not edit the manifest.
When proposing or writing the entry for lanes/<lane-slug>.md, follow concept-zone-manifest-convention.md: entry key concept/<concept-id>/lanes/<lane-slug>, manifest kind: analysis, explicit path, kind, status, produced_by, last_updated, upstream, and consumed_by; set upstream to both the shape map and spine entries when they exist. Translate only draft and review into manifest status during producer runs; never write manifest status: approved without explicit human acceptance, and never set artifact lifecycle status to greenlit or published from the producer skill.
If the concept root is ambiguous, the manifest format is non-standard, or adding a concept entry would create a new project convention without user approval, return manifest_update_required.
concept-strategist for selection repair.lanes/<lane-slug>.md.Every concept artifact frontmatter includes at least id, title, type, status, scope, brand, project, concept_id, concept_name, produced_by, updated, and references.
---
id: <concept-id>-<lane-slug>-lane-v1
title: "Concept Lane - <lane>"
type: concept/lane
status: draft
scope: <concept root or business scope>
brand: "<brand>"
brand_name: "<brand display name>"
project: <project or concept name>
concept_id: <kebab-id>
concept_name: <name>
lane: audience | proposition | offer | acquisition | retention | trust-safety-legal | business-model | operating-model | technical-feasibility | measurement-learning | marketplace-dynamics | governance | custom
deepens_spine_section: <heading or anchor>
shape_map: <relative path>
spine_path: <relative path>
method_lenses: []
downstream_owner: brand-dna | seo-strategist | funnel-strategist | conversion-designer | content-creation-framework | site-designer | site-builder | artifact-reviewer | to-prd | to-issues | human-owner | none
produced_by: concept-development:[email protected]
updated: <ISO timestamp>
references: []
---
status: draft while major questions are unresolved; use status: review only when the lane is ready for reviewer judgment.greenlit.MANIFEST.md declares output_language:, honor it for artifact prose.Record learning only when the lane work surfaces reusable concept-system improvement, not as a mandatory section on every lane.
concept-learning-log.md already exists, append a short entry under the current run.## Learning Notes to the produced lane and recommend concept-gate-planner initialize the log.npx claudepluginhub cmgramse/skill-development --plugin concept-developmentProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.