backfill
SolidFluencyLoop safety net. Reconstruct store records for work that shipped without going through the loop — reads a merged diff, records the feature, session, decisions, knowledge, and architectural concepts, and defaults reconstructed decisions to unverified. Use post-merge, or when the user says "fluencyloop backfill", "document this PR after the fact", or "we skipped the loop on this one".
Install
Quality Score: 84/100
Skill Content
Details
- Author
- baokhang83
- Repository
- baokhang83/fluencyloop
- Created
- 1 months ago
- Last Updated
- 5 days ago
- Language
- HTML
- License
- Apache-2.0
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
fluencyloop
FluencyLoop — stay fluent in code as AI writes it. Router/overview for the per-feature loop (design → build+teach → review), the optional up-front planning stage for large chunks, the woven-in constitution that grows from decisions, plus post-merge backfill. Use when the user mentions FluencyLoop, "fluency", the .fluencyloop/ directory, or wants to set up / understand the workflow but hasn't named a specific stage.
plan
FluencyLoop planning stage. Plan a large chunk of work before building it: design and document the overall architecture, break it into task items, sequence them into a roadmap with a critical path, and (optionally) open GitHub issues under a milestone. Produces a committed plan.md that the per-feature loop then builds from — one feature per task item. Use when the work is too big for a single feature/branch, or when the user says "fluencyloop plan", "plan this", "design the architecture for", "break this down", or "make a roadmap".
backfill
Reconstruct learnings, diary entries, and now/ summaries from existing Claude Code session transcripts. Scans $CLAUDE_CONFIG_DIR/projects/**/*.jsonl, distills transcripts, runs diary-first extraction, and writes to the same files as the live pipeline. Default window: last 7 days; extends via --days N, --since DATE, or --all.