morphiq-build
Pipeline Position
Step 3 of 4 — consumes morphiq-rank output.
- Input: Prioritized Roadmap (JSON) OR user prompt OR existing content.
- Output: Build Output (JSON + artifacts) → consumed by morphiq-track.
- Data contract: See
PIPELINE.md§3 for the Build Output schema.
Purpose
Morphiq Build fixes issues from morphiq-rank. It creates new content, optimizes existing content, generates schema markup, builds policy files, and produces artifacts to improve AI visibility. The core engine is a 6-step content lab pipeline.
Entry Points
Path A — From Prioritized Roadmap: Process issues by tier and priority. Route each to the appropriate fix workflow.
Path B — From User Prompt: Accept topic, optional source URLs (up to 5), optional ICP/brand context. Route to content lab pipeline.
Path C — From Existing Content: Accept content URL or raw text. Route to quality rewrite workflow.
More from morphiqlabs/morphiq-labs-skills
morphiq-scan
This skill should be used when the user asks to "audit a website for AI visibility", "scan a domain", "check AI readiness", "evaluate content quality", "run a Morphiq Scan", "check if a site is optimized for LLMs", or mentions scanning a website for LLM citation readiness. Performs a full AI visibility audit across 5 categories (agentic readiness, content quality, chunking & retrieval, query fanout, policy files) and scores the domain on a 100-point rubric.
9morphiq-rank
This skill should be used when the user asks to "create issues from a scan", "prioritize what to fix", "rank the issues", "build a roadmap from scan results", "run Morphiq Rank", or mentions creating a prioritized roadmap from scan results. Consumes a Morphiq Scan Report, applies issue creation criteria with impact/effort weighting, and organizes issues into 4 progressive discovery tiers.
9morphiq-track
This skill should be used when the user asks to "run a tracking cycle", "measure AI visibility", "check share of voice", "run Morphiq Track", "track citations", "check GEO score", "generate prompts", "run content creation workflow", or mentions monitoring LLM mentions, running content creation workflows, measuring brand visibility, or generating query fanout content. Queries multiple LLM providers, produces delta reports, and maintains MORPHIQ-TRACKER.md as the persistent state file for the entire pipeline.
9