@neikyun/ciel
v6.17.0
Published
Ciel — Deep-reasoning pipeline for LLM-assisted development. OpenCode plugin + multi-platform CLI (OpenCode, Claude Code, more).
Maintainers
Readme
@neikyun/ciel
Ciel — Deep-reasoning pipeline for LLM-assisted development.
Pipeline: DOCS → QUOI → ASK → AVEC QUOI → DIVERGE → RECHERCHE → SÉCURITÉ → CODEBASE → ÉVALUER → ASK2 → FAIRE → ADR → RELIRE → PROUVER → MÉMOIRE → META.
Installation
npm install @neikyun/cielOpenCode
Add to opencode.json:
{
"plugin": ["@neikyun/ciel"]
}Then run:
npx ciel init -yClaude Code
npx ciel init -yMulti-platform
npx ciel detects OpenCode and Claude Code automatically and installs for both.
CLI
npx ciel init # Install Ciel
npx ciel update # Reinstall / update
npx ciel uninstall # Remove Ciel
npx ciel check # Check for updatesFeatures
- Depth classification — Trivial / Standard / Critical / Spike
- 16-step pipeline — From DOCS to META, never skip steps
- FAIRE gates — Test-first, alternatives, idiomatic, quality, removal, boy-scout
- RELIRE — Hostile self-review with 3 RISQUES methodology
- Multi-platform — OpenCode plugin + Claude Code hooks
- Self-hosting — Ciel uses its own plugin
Links
- GitHub: https://github.com/KaosKyun/Ciel
- Issues: https://github.com/KaosKyun/Ciel/issues
License
MIT
