Skip to main content

neohaskell-feature-pipeline

The top-level ENTRY POINT and orchestrator for building a whole feature in a NeoHaskell event-sourced / CQRS app, end to end. Use when the user wants to add, build, implement, or design a WHOLE feature, start a new NeoHaskell project, or fix a bug in already-deployed NeoHaskell code — even when they only say 'add a wishlist', 'let members reserve books', 'implement checkout', or 'there is a bug in PlaceOrder in prod'. Also use whenever they are UNSURE which NeoHaskell skill to reach for, ask what order the steps go in, or how the pieces fit. It drives the full pipeline (augment the request, model the events, verify the model, then build each slice test-first) and routes to the right specialized skill at each step. Do NOT use for a single named step already scoped by the user — defer to augment- feature-request, event-modeling, verify-event-model, neohaskell-outside-in-tdd, the write-* test skills, the implement-* skills, or wire-feature when only that one artifact is requested.

설치로 이동

소스 정보

저장소
neohaskell/skills
최근 소스 활동
2026년 7월 1일 22:02
감지된 SKILL.md 언어
영어
스타
0
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.