zforge

workflow
Guvenlik Denetimi
Basarisiz
Health Gecti
  • License — License: MIT
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Community trust — 10 GitHub stars
Code Basarisiz
  • rm -rf — Recursive force deletion command in scripts/monitor.sh
Permissions Gecti
  • Permissions — No dangerous permissions requested
Purpose
This tool is a workflow plugin for Claude Code that provides template-aware project management. It uses specialized agents to help developers plan features, compare architectures, and automate multi-phase code reviews.

Security Assessment
The overall risk is rated as Medium. The tool does not request dangerous permissions or contain hardcoded secrets. However, because it is a shell-based utility, it inherently interacts with and executes system commands. The automated scan flagged a `rm -rf` (recursive force deletion) command inside `scripts/monitor.sh`. While this is likely used to clean up temporary planning or progress files, recursive deletion scripts are inherently risky. If an attacker or misconfiguration manipulates the targeted file path, it could result in accidental local data loss. There is no indication of unwanted network requests or unauthorized sensitive data access.

Quality Assessment
The project appears to be actively maintained, with its most recent code push happening today. It uses the standard permissive MIT license, making it safe for both personal and commercial use. Community trust is currently limited given its small footprint of 10 GitHub stars, indicating that while it is an active project, it has not yet undergone widespread peer review or enterprise testing.

Verdict
Use with caution. While the project is actively maintained and licensed properly, developers should manually review the `rm -rf` command in the monitoring script to ensure safe directory handling before executing it locally.
SUMMARY

Template-aware development workflow plugin for Claude Code.

README.md

zforge

Template-aware development workflow plugin for Claude Code.

Commands

Command Description
/plan <name> [--spec file] Interactive planning — discovery, codebase exploration, architecture design, writes template files
/compare <name> Parallel architecture comparison — spawns agents with different trade-off focuses
/plan-status Show feature status for all plans under the current workspace
/review [--staged | --feature | --only] [scope] Multi-reviewer code review with spawn/monitor pattern and confidence scoring
/track <name> Show/update progress for a feature
/feature-resume <name> Resume implementation on an existing feature
/feature-orchestrate <name> Autonomous multi-phase execution with signal monitoring

Agents

Agent Used By Purpose
code-architect /compare Parallel architecture proposals with different trade-offs
code-reviewer /review, /feature-resume Confidence-scored code review (>=80 threshold)
phase-agent /feature-orchestrate Isolated phase implementation agent

Template Structure

/plan writes persistent artifacts to docs/{feature_name}/ in the project:

docs/{feature_name}/
├── 00_design_spec.md              # Requirements (generated interactively or from --spec)
├── 01_context.md                  # Feature context, key decisions, architecture
├── 02_plan.md                     # Technical implementation plan with phases
├── 03_integration_summary.md      # Integration points and dependency map
├── 04_integration_plan.md         # Detailed integration steps
├── 05_progress_overview.md        # Phase status summary (planner-owned)
├── 05_progress/
│   ├── 05_00_agent_prompts_index.md  # Agent prompt registry
│   ├── 05_XX_phase_name.md       # Per-phase progress files
│   └── review.md                  # Compiled reviews (planner append-only)
├── 06_post_deployment.md          # Post-deployment checklist
├── 07_testing_overview.md         # Testing strategy overview
├── 07_testing/
│   ├── 07_01_test_plan.md         # Detailed test plan
│   ├── 07_02_test_scripts.md      # Test script specifications
│   └── 07_03_test_results.md      # Test execution results
├── 08_configuration.md            # Configuration and environment setup
├── 09_troubleshooting.md          # Issues and solutions
├── 10_refactor_spec.md            # [Refactoring] Goals, scope, what's changing
├── 11_refactor_context.md         # [Refactoring] Current-state audit
└── 12_refactor_plan.md            # [Refactoring] Migration/refactoring steps

Scaling Model

Task Size Commands Template Overhead
Bug fix Planning mode + /review Zero files
Small feature /plan (light) + implement + /review 3 files (00, 01, 02)
Medium feature /plan + /track + /review 5 files + progress dir
Large feature /plan/feature-orchestrate Full template

Installation

git clone https://github.com/Langerrr/zforge.git
claude --plugin-dir ./zforge

Yorumlar (0)

Sonuc bulunamadi