Skip to content

feat: add FF and MMOS namespace commands #ns001#1

Open
felipeggv wants to merge 1 commit intomainfrom
feature/ns001-namespace-commands
Open

feat: add FF and MMOS namespace commands #ns001#1
felipeggv wants to merge 1 commit intomainfrom
feature/ns001-namespace-commands

Conversation

@felipeggv
Copy link
Owner

Summary

  • Implements the /{FRAMEWORK}:{entidade}:{nome} namespace convention for organizing commands across frameworks
  • Adds FF (FrankFlow) namespace with 14 workflow commands + 3 squad creator tasks
  • Adds MMOS (Mind Mapping OS) namespace with 10 cognitive cloning agents + 11 pipeline tasks
  • Adds Maestro devcontainer support (Dockerfile + docker-compose)

Changes

  • .claude/commands/FF/commands/*.md — 14 alias files mapping to existing /project:* commands
  • .claude/commands/FF/tasks/*.md — 3 alias files mapping to existing /squad:* commands
  • .claude/commands/MMOS/agents/*.md — 10 agent wrapper files (mind-mapper, cognitive-analyst, identity-analyst, synthesis-expert, research-specialist, prompt-architect, mind-pm, debate, emulator, data-importer)
  • .claude/commands/MMOS/tasks/*.md — 11 task wrapper files (map-mind, execute-pipeline, viability, cognitive-analysis, core-essence, values-analysis, activate-clone, test-fidelity, brownfield-update, import-sources, research)
  • docs/guides/namespace-standard.md — Full namespace convention documentation
  • .devcontainer/Dockerfile.maestro + docker-compose.maestro.yml — Maestro SSH remote support
  • .gitignore — Added _imports/ exclusion

Testing

  • All namespace commands appear in Claude Code skill list
  • FF commands correctly alias to existing /project:* commands
  • MMOS agents/tasks load from _imports/mmos-squad/
  • Backward compatibility: old /project:* and /squad:* still work

Checklist

  • Code follows project style guidelines
  • Self-review completed
  • Documentation updated (namespace-standard.md)
  • No breaking changes (backward compatible aliases)

🤖 Generated with Claude Code

…pport

Implements the /{FRAMEWORK}:{entidade}:{nome} namespace convention:
- FF:commands:* (14 aliases for /project:* workflow commands)
- FF:tasks:* (3 aliases for /squad:* creator commands)
- MMOS:agents:* (10 cognitive cloning agents)
- MMOS:tasks:* (11 mind mapping pipeline tasks)
- Namespace standard documentation at docs/guides/
- Maestro Dockerfile and docker-compose for SSH-based remote dev
- .gitignore: exclude _imports/ (imported squad reference files)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants