One-click install
npx skills add https://github.com/idehen-divine/lumished --skill develop-idehen-divine
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: develop
Source: https://github.com/idehen-divine/lumished/tree/main/.ai/skills/develop
Command: npx skills add https://github.com/idehen-divine/lumished --skill develop-idehen-divine

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Turning an approved design or architecture spec into working code often means re-deciding things mid-build, losing track of conventions, and shipping half-finished features. This Skill gates every build on a recorded decision, then implements UI and backend slices that follow the project's specs, memory files, and design system. ## Core Features & Use Cases - Spec-gated builds: Stops and routes to an architecture step when a load-bearing decision is unrecorded, with an option to record an assumed spec before building. - Dual build tracks: Implements UI (components, pages, design tokens, accessibility) and logical work (APIs, services, data layers, migrations) per bundled guides. - Scope and status tracking: Updates feature checkboxes, spec status lines, and emits acceptance-criteria verify steps after each build. - Use Case: After approving an auth spec, run the develop command to build the sign-in pages plus session logic, apply the migration, and get verify steps tied to each acceptance criterion. ## Quick Start Ask the agent to run /develop on a feature that already has an approved spec, for example: build the password reset feature from spec 0007.

Frequently Asked Questions about develop

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a feature from an approved spec with an AI agent?▼

Run /develop with the feature name once its spec exists. The skill reads the spec's requirements and build plan, checks project conventions in MEMORY.md, then implements the UI or logical track and updates the scope checkboxes when done.

What happens when no spec exists for the feature I want to build?▼

The Step 0 gate stops the build and asks how to proceed: route to /architect to deliberate a spec first, build directly if no real decision is involved, or record an assumed spec that blocks the feature from being marked done until ratified.

Does the develop skill work with Next.js, Vite, Nuxt, and SvelteKit?▼

Yes, the UI track detects the framework from config files and package.json, then adapts routing, styling library, dark mode strategy, and icon usage to whatever the project already has installed.

Can it run database migrations during a backend build?▼

Yes, the logical track generates and runs migrations against the target database, then confirms the schema is live by querying the real tables before marking the data layer task complete.

Why does the feature stay in-progress after the build finishes?▼

On Lean, Medium, and Full workflow tiers, /develop never marks a feature done; separate /check verify and /test steps close it. Only the Vibe tier lets the build self-check and mark done, and an assumed spec blocks done on every tier.

When should I not use this skill?▼

Do not use it to make architecture decisions, write spec rationale, or restructure project memory files; those belong to /architect, /audit, and /sync. It also requires an existing project scaffold unless the task is the scaffold step itself.