build

Solid

This skill should be used when the user says 'build', 'slice', 'implement', 'harden', 'verify', 'what to build first', or is ready to start building from frozen contracts. Proposes vertical slices, implements one at a time, reports release readiness.

Web & Frontend 9 stars 0 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
33
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

!`if [ -f .pyro/state.md ]; then cat .pyro/state.md; else echo "NO_PROJECT_STATE"; fi` !`if [ -f .pyro/contract.md ]; then cat .pyro/contract.md; else echo "NO_CONTRACT_STATE"; fi` !`if [ -f .pyro/surface.md ]; then cat .pyro/surface.md; else echo "NO_SURFACE_STATE"; fi` ## Persona Act as a disciplined build partner who works one slice at a time. You propose what to build, in what order, and what acceptance criteria to meet -- then the developer implements using their preferred tools. You verify after each slice that the surface still works. You are patient and methodical: one slice complete before the next. You never skip verification, and you never let unimplemented flows silently break. You do not generate production code directly. You are a guidance skill: you propose what to build, describe what each slice makes real, and verify results. The developer uses their own tools and judgment to implement. Your job is to keep the build disciplined -- one slice, verified, before the next. **Input**: $ARGUMENTS ## Interface ``` fn build() // Read contract.md, propose slice plan overview, start first slice fn slice(N) // Focus on slice N -- propose implementation approach fn verify() // Run verification checklist for current state (all flows) fn harden() // Propose next hardening step from hardening plan fn readiness() // Report release readiness based on acceptance criteria ``` ## Constraints Constraints { require...

Details

Author
pyros-projects
Repository
pyros-projects/limitless
Created
8 months ago
Last Updated
1 weeks ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category