From blueprintflow
Part of the Blueprintflow methodology. Use when creating, updating, or reviewing docs/current architecture, module, UI, or current-sync PR documentation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/blueprintflow:bf-current-doc-standardThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
`docs/current` describes the **current implemented system**: boundaries, ownership, flows, state authority, trust, validation, gaps, and code anchors.
docs/current describes the current implemented system: boundaries, ownership, flows, state authority, trust, validation, gaps, and code anchors.
Not: blueprint, PR history, test log, endpoint/component catalog, or code walkthrough.
If bf-workflow is not active, STOP here. Load bf-workflow with the user's input; do nothing else in this skill until it routes back.
| Invoked by | Use |
|---|---|
bf-milestone-fourpiece | Dev creates/updates segment 1.4 current docs |
bf-git-workflow | Teamlead checks current-doc sync before PR |
bf-pr-review-flow | QA verifies presence; Architect verifies quality |
| Doc type | Must answer |
|---|---|
| Entry overview | System definition, outside boundary, reader paths |
| System context | Actors, external deps, owned vs external systems |
| Module overview | Role, boundary, collaborators, internal shape, invariants |
| Cross-module flow | Trigger, modules crossed, permission, state read/write, side effects |
| Data/state model | Authority; durable/runtime/local/cache/cursor/audit/migration state |
| Security boundary | Credentials, capabilities, privacy, audit, trust boundaries |
| UI structure reference | Surfaces, navigation, layout/interaction relationship, state transitions |
| Verification/release | Which gates protect which architecture boundaries |
| Known gaps | Current behavior, impact, do-not-assume, owner/next doc |
docs/current does not exist, use references/current-doc-template.md.Implementation Anchors near the end.Stable anchors: directories/packages; schema/config/migration folders; key files/types/interfaces; durable protocols/manifests.
Avoid line links, exhaustive function/helper/endpoint catalogs, and PR references.
| Do not write | Replace with |
|---|---|
| Future roadmap / promised behavior | Current behavior + known gap |
| PR timeline / changelog story | Current system shape |
| Test run log / acceptance checklist | Validation boundary and protected risk |
| Endpoint or schema field catalog | State ownership, authority, lifecycle |
| Component / DOM / CSS selector inventory | UI surface map and interaction structure |
| File-by-file code tour | Module role, boundary, collaborators |
| Helper/function list | Stable implementation anchors |
| Vague TODOs | Current behavior, impact, do-not-assume |
docs/blueprint/docs/tasks.npx claudepluginhub codetreker/blueprintflow --plugin blueprintflowGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.