cc-e2e-authoring#
flutter-skill 탐색 → Gherkin 초안 → Patrol 박제로 이어지는 E2E 시나리오 저작 파이프라인
flutter-skill 로 "AI 가 빠르게 이해하고 초안을 뽑는 단계"만 수행하고,
박제된 회귀는 Patrol 코드로 떨어지게 하는 E2E 시나리오 저작 + 테스트 번들 오케스트레이션 플러그인.
Skills#
| 이름 | 설명 |
| exploration |
Explore the running app via flutter-skill MCP with natural-language prompts and record interaction s |
|
feature-test-bundle
|
Generate and wire unit (UseCase/BLoC) + BDD dual (widget+Patrol) + E2E scenario three-layer test sca |
| key-hardening |
Add stable widget keys to app code based on the key-harden-targets list produced by scenario-draft. |
| scenario-draft |
Convert exploration journals (.claude/e2e-journal/*.jsonl) into org-standard Gherkin .feature drafts |
| scenario-lock |
Lock completed scenarios into the CI regression suite — verify @both passes widget+Patrol, register |
| step-implement |
Implement TestDriver-based step functions for key-hardened .feature drafts so bdd_test_gen generates |
Commands#
| 이름 | 설명 |
| e2e:draft |
Convert the .claude/e2e-journal/{feature}.jsonl journal into a Gherkin .feature draft and key-harden |
| e2e:explore |
Explore the running app via flutter-skill MCP and record an interaction journal (E2E authoring stage |
| e2e:kick-off |
Generate unit (UseCase/BLoC) + BDD dual (widget+Patrol) + E2E three-layer test scaffolds at feature |
| e2e:lock |
Lock step-implemented scenarios into the CI regression suite: register test_bundle.dart, delete jour |
Agents#
| 이름 | 설명 |
| e2e-authoring-agent |
E2E authoring pipeline agent: flutter-skill exploration → Gherkin draft → key-hardening → TestDriver |
Rules#
관련 플러그인#
| 플러그인 | 설명 |
| cc-bricks-feature |
Feature 브릭 생성 가이드. kobic Clean Architecture feature 모듈 11종. |
| cc-code-quality |
Code quality (code review, checklists, bug reports, QA Health Score) |
| cc-dev-cycle |
Development cycle automation (Issue Cycle, Bug Cycle, Session, ZenHub, Agent Teams) |
| cc-flutter-dev |
Flutter Development Core (UI Patterns, Feature Creation, BLoC, Testing) |
| cc-uiux |
UI/UX 통합 (디자인·프론트엔드·접근성·테스팅·보안·DevOps·DB 설계) - 20 skills |
claude plugins install coco-de/skills/plugins/cc-e2e-authoring