Install
$ agentstack add skill-coreline-ai-codex-devflow-plugin-parallel-dev ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Parallel Dev
Overview
Turn one implementation goal into safe, independently executable workstreams. The priority is maximum concurrency without hidden file conflicts.
Workflow
- Confirm goal, non-goals, active local changes, and existing plans.
- Map likely touch points with
rg --files,rg, and docs. - Put shared contracts/types/interfaces into a small foundation workstream.
- Split leaf work by path ownership wherever possible.
- For each workstream, define objective, deliverables, owned paths, non-owned paths, dependencies, tests, and done criteria.
- Decide whether each slice is safe to run in parallel or must be sequential.
- Merge foundation first, then leaf workstreams, then shared wiring/docs.
- Run targeted tests per workstream and full verification after integration.
Sub-Agent Assignment Rules
When using sub-agents:
- Give each worker explicit file ownership and non-ownership.
- Tell workers they are not alone in the codebase.
- Tell workers not to revert or overwrite edits made by others.
- Prefer bounded implementation tasks over broad exploration.
- Keep final integration and full verification in the main agent.
Output Shape
- Parallel workstreams
- Ownership boundaries and contracts
- Integration/merge order
- Tests and smoke checks
- Risks and required coordination
Read references/parallel-templates.md when a structured workstream card or sub-agent prompt is useful.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: coreline-ai
- Source: coreline-ai/codex-devflow-plugin
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.